Skip to content

issues Search Results · repo:Pure-D/code-d language:TypeScript

Filter by

437 results
 (69 ms)

437 results

inPure-D/code-d (press backspace or delete to remove)

It looks like interpolated strings, or Interpolation Expression Sequences (IES) as they are called in the spec, are not supported. Example: Image
  • arredondos
  • 1
  • Opened 
    14 days ago
  • #496

If I have a setup as so: { // other stuff would be here. sourcePaths : [ source , mods ], importPaths : [ source , mods ] } When you start working in the mods folder there is a very ...
  • jordan4ibanez
  • Opened 
    on Feb 4
  • #495

Apparently, the syntax highlighter thinks that this innocent single-quote apostrophe in the comment within the token string would open a character literal. import std.stdio; void main() { // comment ...
  • 0xEAB
  • 1
  • Opened 
    on Dec 29, 2024
  • #493

I just installed the DMD Compiler to start learning and writing some simple D applications. I followed the instructions, but I’m having trouble getting autocomplete to work in VS Code. From the code-d ...
  • 0zl
  • 2
  • Opened 
    on Dec 28, 2024
  • #492

In the TheiaIDE which uses the same code-d plugin as VS Code, the user is not able to select the nightly build of code-d in the plugin settings. Which is possible in VS code, but in the TheiaIDE the user ...
  • leh103
  • 4
  • Opened 
    on Dec 24, 2024
  • #491

The macro “default” inserts this: case: // cursor break; It would be more useful if it did insert the following instead: default: // cursor break;
  • 0xEAB
  • 1
  • Opened 
    on Dec 22, 2024
  • #490

IDE:VSCode 1.93.0 Plugin Version:0.23.2 the dcd-server cannot auto close when vscode ending. when close the project, dcd-server will still working. If here 10 subpackage, 10 dcd-server will reserved and ...
  • AmarokIce
  • Opened 
    on Dec 5, 2024
  • #489

[Info - 3:37:09 PM] Connection to server got closed. Server will restart. [Error - 3:37:09 PM] Request textDocument/documentHighlight failed. Error: Connection got disposed. at Object.dispose (c:\Users\___\.vscode\extensions\webfreak.code-d-0.23.2\node_modules\vscode-jsonrpc\lib\common\connection.js:1072:27) ...
  • HuskyNator
  • 4
  • Opened 
    on Oct 11, 2024
  • #488

Dear developers and user community of code-D, I encounter some dub version issues with code-D. For my dlang project, dub version =1.34.0 is required, and I have set dub path = /users/${me}/dlang/ldc-1.39.0/bin/dub ...
  • ziyuezzy
  • 3
  • Opened 
    on Oct 10, 2024
  • #487

I have tried a few times over the years to use D with VSCodium but have never been able to get the debugger to work. Today I tried from scratch in a blank environment. Here are my steps for reproducing ...
  • DeathByNukes
  • 3
  • Opened 
    on Aug 16, 2024
  • #485
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub