On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote:
Curious if there are a lot of D programmers using IntelliJ. It's $500 just for the first year.

I've been using IntelliJ Idea Community for D development for years, mostly for the syntax highlighting, code completion and linting. Still use the cli for compilation because nothing beats CTRL+R.

I did have some jank issues but now with the LSP support and using DLS these seem to be gone now.

The debugger worked the last I tried it but lately I haven't had so many runtime D errors that require debuging as I've now use a subset of D that tends to work so long as it compiles.

Reply via email to