(no title)
felipeccastro | 6 months ago
Has the LSP situation improved yet? Similar issue with Crystal lang, which I enjoy even more than Nim.
felipeccastro | 6 months ago
Has the LSP situation improved yet? Similar issue with Crystal lang, which I enjoy even more than Nim.
elcritch|6 months ago
Unfortunately it may not be until Nim 3 based on the Nimony rewrite comes out. It supports incremental compiling and caching which will make the underlying LSP tooling much better.
However I find with Cursor that I don’t mind so much the missing autocomplete. I’ve actually thought about writing an alternative LSP just for quick find and error inlining…
dvfjsdhgfv|6 months ago
But LSP as a major concern? For me these little helpers are useful to catch small typos but I could happily do without them.
felipeccastro|6 months ago
I can work without an LSP, but when I'm searching for a new language that would be used by a team (including Junior devs) it's hard to justify something missing the basics of good DX. I haven't tried it with Cursor though, it might be less of a dealbreaker at this point.
konart|6 months ago
You can do it with just rg or something similar but it will give you many false positives and are going to waste quite some time.