"import" statement support
It will be very helpful has import statement support for navigation and code suggestion.
Any plans yet on implementing this? 5 years has been a pretty long wait, how high up is this in terms of priority?
Still no changes? Is it so hard to implement?
Nobody is working on it. Why don't you work on it?
Nobody is working on it. Why don't you work on it?
Hmmm... it will actually be a great way to get better at Nim... I might actually give it a shot if I have the free time in a week or 2, no promises tho
Any tips on where to start? Or any tips in general would be nice
The main completion logic is in compiler/suggest.nim. However, first there needs a design document written how the heck this feature is supposed to work. We could have a whitelist of terms in some file that nimsuggest reads in like:
replace --> strutils
toUpperAscii --> strutils
execShellCmd --> os