We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language Server for Playground IDE so that it has error detection.
As a developer, I would like to be able to detect error when I am coding so that I do not need to wait for build to discover errors.
Development Tasks:
nil
https://github.com/AElfProject/MonacoRoslynCompletionProvider socket: https://github.com/FurqanSoftware/codemirror-languageserver quite widely used: https://github.com/OmniSharp/csharp-language-server-protocol example: https://github.com/OmniSharp/omnisharp-roslyn
others turn cli into socker: GitHub - joewalnes/websocketd: Turn any program that uses STDIN/STDOUT into a WebSocket server. Like
The text was updated successfully, but these errors were encountered:
zhifenglee-aelf
No branches or pull requests
Expected Behavior
Language Server for Playground IDE so that it has error detection.
Specifications
As a developer, I would like to be able to detect error when I am coding so that I do not need to wait for build to discover errors.
Development Tasks:
Dependencies
nil
References
https://github.com/AElfProject/MonacoRoslynCompletionProvider
socket: https://github.com/FurqanSoftware/codemirror-languageserver
quite widely used: https://github.com/OmniSharp/csharp-language-server-protocol
example: https://github.com/OmniSharp/omnisharp-roslyn
others
turn cli into socker: GitHub - joewalnes/websocketd: Turn any program that uses STDIN/STDOUT into a WebSocket server. Like
The text was updated successfully, but these errors were encountered: