Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project file update doesn't work #96

Closed
timotheecour opened this issue Nov 5, 2018 · 0 comments · Fixed by nim-lang/Nim#9757
Closed

project file update doesn't work #96

timotheecour opened this issue Nov 5, 2018 · 0 comments · Fixed by nim-lang/Nim#9757

Comments

@timotheecour
Copy link
Member

timotheecour commented Nov 5, 2018

docs say https://nim-lang.github.io/Nim/nimsuggest.html

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"

note

related (but not same) issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant