Why do I need useSyntaxServer: never to get definitions across files? #903
Unanswered
GrocerPublishAgent
asked this question in
Q&A
Replies: 1 comment
-
Sorry but I don't have time to investigate non-editor use cases. If it works when used from the editor then you could enable verbose logging in the editor and try to figure out the problem by comparing logs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have found experimentally that I can only find the function definition across files when I set
useSyntaxServer: "never"
.Can anyone explain what I am doing wrong?
If
useSyntaxServer: "auto"
then the definition request returns the location of the import statement in the same file.Beta Was this translation helpful? Give feedback.
All reactions