Re: code-d 0.23.0

2021-11-27 Thread Gavin Ray via Digitalmars-d-announce
On Saturday, 20 November 2021 at 17:57:40 UTC, WebFreak001 wrote: Hi everyone, I just released a new version of my Visual Studio Code extension "code-d" Thank you so much! Wouldn't write D if it weren't for the IDE integrations, you're doing the lord's work.

Re: code-d 0.23.0

2021-11-21 Thread M.M. via Digitalmars-d-announce
On Sunday, 21 November 2021 at 18:00:38 UTC, Robert Schadek wrote: for nvim with coc's I do ```js { "languageserver": { "d": { "command": "/home/burner/.dub/packages/serve-d-0.7.0/serve-d/serve-d", "filetypes": ["d"],

Re: code-d 0.23.0

2021-11-21 Thread Robert Schadek via Digitalmars-d-announce
for nvim with coc's I do ```js { "languageserver": { "d": { "command": "/home/burner/.dub/packages/serve-d-0.7.0/serve-d/serve-d", "filetypes": ["d"], "trace.server": "on", "rootPatterns":

Re: code-d 0.23.0

2021-11-21 Thread WebFreak001 via Digitalmars-d-announce
On Sunday, 21 November 2021 at 00:58:50 UTC, zjh wrote: On Saturday, 20 November 2021 at 17:57:40 UTC, WebFreak001 wrote: Hi everyone, Can `VIM` be supported? Many programmers program with `VIM`. serve-d (the underlying LSP server) is supported with ycmd:

Re: code-d 0.23.0

2021-11-20 Thread zjh via Digitalmars-d-announce
On Sunday, 21 November 2021 at 00:58:50 UTC, zjh wrote: Can `VIM` be supported? Many programmers program with `VIM`. Without `ycm_`. I hate `ycm`,it's too `big`.

Re: code-d 0.23.0

2021-11-20 Thread zjh via Digitalmars-d-announce
On Saturday, 20 November 2021 at 17:57:40 UTC, WebFreak001 wrote: Hi everyone, Can `VIM` be supported? Many programmers program with `VIM`.

Re: code-d 0.23.0

2021-11-20 Thread Dennis via Digitalmars-d-announce
On Saturday, 20 November 2021 at 17:57:40 UTC, WebFreak001 wrote: I just released a new version of my Visual Studio Code extension "code-d" Thank you for maintaining such an important piece of D tooling. Don't forget to link your sponsor page: https://github.com/sponsors/WebFreak001

Re: code-d 0.23.0

2021-11-20 Thread russhy via Digitalmars-d-announce
Congrats on release! it's finally here! One little issue i found: https://i.imgur.com/M0J1fXt.png For functions all fine But for variables, the type is only visible when the line is selected in the completion box

Re: code-d 0.23.0

2021-11-20 Thread russhy via Digitalmars-d-announce
Nvm about my previous message, there are no issues, i was using a local version of serve-d

Re: code-d 0.23.0

2021-11-20 Thread WebFreak001 via Digitalmars-d-announce
On Saturday, 20 November 2021 at 18:29:00 UTC, Andre Pany wrote: On Saturday, 20 November 2021 at 17:57:40 UTC, WebFreak001 wrote: Hi everyone, I just released a new version of my Visual Studio Code extension "code-d" [...] Thank you so much for your work on this extension. By chance, do

Re: code-d 0.23.0

2021-11-20 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 20 November 2021 at 17:57:40 UTC, WebFreak001 wrote: Hi everyone, I just released a new version of my Visual Studio Code extension "code-d" [...] Thank you so much for your work on this extension. By chance, do you consider to make your extension compatible for vscode.dev ?

code-d 0.23.0

2021-11-20 Thread WebFreak001 via Digitalmars-d-announce
Hi everyone, I just released a new version of my Visual Studio Code extension "code-d" The last release was 2 years ago so really it will feel like a brand new extension to everyone who has only used the stable serve-d release (and not nightly or beta) before. Along with usual updates and