lf-lang / lingua-franca

Intuitive concurrent programming in any language
https://www.lf-lang.org
Other
228 stars 62 forks source link

No Content Assist in Editor #2367

Open soerendomroes opened 1 month ago

soerendomroes commented 1 month ago

See https://github.com/lf-lang/vscode-lingua-franca/issues/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.

lhstrh commented 1 month ago

I recall seeing a message from you saying you had a fix but still had to test it. What's the status on that?

soerendomroes commented 1 month ago

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 only tried whether the non-IDE language registration might initialize the singleton injector with wrong content but apparently this is not the only issue.