Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Collection of Features for the VS Code Integration and the State of implementation #198

Open
jthoene opened this issue Oct 26, 2018 · 0 comments

Comments

@jthoene
Copy link
Collaborator

jthoene commented Oct 26, 2018

Feature Problem description Ticket fixed?
Code Completion --- --- 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
Quickfixes @cdietrich provided an example implementation for this topic in the https://github.com/itemis/xtext-languageserver-example repository, we should follow this implementation --- Basic Implentation is provided by @cdietrich in #199
Renaming --- --- Yes
Formatting --- --- No
Compiling when File is saved --- --- No
Syntax Highlighting --- --- Yes
Code Navigation/Linking --- --- Yes
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant