-
Notifications
You must be signed in to change notification settings - Fork 64
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
No Content Assist in Editor #2367
Comments
I recall seeing a message from you saying you had a fix but still had to test it. What's the status on that? |
The fix did not work but maybe I am missing something. The the language registration is slightly different from SCCharts and I am not sure why this is the case. Maybe there is something additional that is missing. |
I'm not getting code completion in VS Code even when editing non-LF files. If I open a .c file in src-gen or a .c file in the reactor-c repo, VS Code offers no suggestions for code completion. |
I am getting code completion from SCCharts and other languages. Typically, the code completion depends on which language server feels responsible for the file type and whether it supports code completion. At least for .c files, there should be language servers that offer code completion. |
See lf-lang/vscode-lingua-franca#166
VS Code has no content assist for lingua franca.
I recreated the ticket here since it is a problem in the this repository and to assign it to a milestone.
The text was updated successfully, but these errors were encountered: