You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
Yes, but in some contexts, some proposals only appear after typing in the first character
Validation
We have to either extend the language server communication to trigger the compiler when the file is saved and then collect the diagnostics and parse them to the json Format and send them back to the client or we could think abount triggering the compiler in the XText Validator but should use a timer to prevent performance problems.
---
No, at least not for the validation provided by the compiler. Normal XText Validation works, but in our case this is only the validation for the pragma version
The text was updated successfully, but these errors were encountered: