▲ | WhereIsTheTruth a day ago | ||||||||||||||||
I am an avid fan of D, but they seriously need to massively invest into tooling The current LSP is _that_ bad, it doesn't even recognize most notable D features such as templates and named arguments.. This should be their #1 priority, as the language is starting to get steam again, they should not miss tat opportunity I know Walter does not use that kind of tools, but that's becoming a requirement nowadays for young developers Please, invest into tooling! | |||||||||||||||||
▲ | skocznymroczny a day ago | parent [-] | ||||||||||||||||
Can you actually have proper tooling with templates based language? I think just like C++, how much effort goes into IDEs and still they are subpar. Because with templates, the code doesn't exist until you compile it, so at best you can catch templates instantiations during compile time and then add them to the autocomplete, but anything more advanced than that is not really possible. | |||||||||||||||||
|