-
Hi all, first of all I'd like to say thank you for all the work that has been done with Langium, that I find amazing! I'm writing here because I'm facing a strange issue, and before opening a github issue here I'd like to understand if I'm doing something wrong. Basically my issue is that, once I implement my custom scope computation, everything works fine inside vscode using the generated extension; instead, in the web editor (build directly form the original project template) I have a weird behaviour where autocomplete works only for odd characters. Here is an example: https://www.msec.it/odd-example/recording.gif This is the source code of a little example I've just created to reproduce the issue. The only change I did compared to the template project created with Here is the live example editor: https://www.msec.it/odd-example/monacoClassic.html Any thought about this? It seems quite easy to run into this issue, did anyone already spotted it before? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
@colomboe Thanks for the kind words :) I can confirm the issue, that's pretty weird. @kaisalmen Possible that this is a |
Beta Was this translation helpful? Give feedback.
@colomboe this will be fixed with Langium v3. #1334 has fixed the underlying problem. I was apply to reproduce it with larger grammars where the response time by the language server was longer. Once I updated to a next build from Langium v3 containing the fix, the problem is gone.