You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some support so that you can throw random .nim files which are not part of myproject at Nimsuggest too, but usually the query refer to modules/files that are part of myproject.
however this doesn't seem to work, eg:
file.nim:
include"/pathto/foo/t01.nim"
nimsuggest --stdin file.nim
def /pathto/bar/t02.nim:2:2
BUG: doesn't give any output, but IMO it should be supported
likewise if we edit /pathto/foo/t01.nim with (for example) include "/pathto/bar/t02.nim"
docs say https://nim-lang.github.io/Nim/nimsuggest.html
however this doesn't seem to work, eg:
file.nim:
nimsuggest --stdin file.nim
BUG: doesn't give any output, but IMO it should be supported
likewise if we edit
/pathto/foo/t01.nim
with (for example)include "/pathto/bar/t02.nim"
note
related (but not same) issues:
The text was updated successfully, but these errors were encountered: