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
The implementation of a language server serves the purpose of being able to provide a bunch of useful, computationally heavy language features such as intellisense, code actions, formatting etc.
Features
In a first step we want to provide a basic language server setup that can parse arbitrary Floyd source code files and emit diagnostics of code issues.
The following list of features could be supported:
Summary
The implementation of a language server serves the purpose of being able to provide a bunch of useful, computationally heavy language features such as intellisense, code actions, formatting etc.
Features
In a first step we want to provide a basic language server setup that can parse arbitrary Floyd source code files and emit diagnostics of code issues.
The following list of features could be supported:
The entire development process is summarized in the corresponding project.
References
The text was updated successfully, but these errors were encountered: