Skip to content
New issue

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 support #362

Open
iFrozenPhoenix opened this issue Feb 7, 2022 · 0 comments
Open

Language server support #362

iFrozenPhoenix opened this issue Feb 7, 2022 · 0 comments

Comments

@iFrozenPhoenix
Copy link

Currently there is limited coding / scripting support in code editors like vscode and others.
The current support is limited to syntax highlighting via an extension.

#146

Most modern languages implement a language server via language server protocol which enables code editors to receive information about the code like symbols, help text, code completion suggestions, snippets,...
An implementation via language server protocol would cover most of the used code editors (vs code, atom, goland).

Because the tengo language is not a completely new language I think that parts of current implementation could be reused, namely parts of the golang language server.

Further code assistance feature could also allow the language to gather more users and so maybe also more contributors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant