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

Add Language Server Protocol support #140

Open
jimporter opened this issue Jan 11, 2021 · 0 comments
Open

Add Language Server Protocol support #140

jimporter opened this issue Jan 11, 2021 · 0 comments
Milestone

Comments

@jimporter
Copy link
Owner

LSP is a fairly common protocol for handling Intellisense-like stuff in a variety of editors. Trying to use bfg9000 scripts in LSP-enabled editors can result in a bad experience, since the bfg9000 builtins aren't recognized by the Python LSP backend. You end up getting a bunch of "undefined symbol" errors while editing, which is annoying and can make it harder to find the real errors.

If we added our own LSP backend, this would make life a lot nicer for people editing scripts in an LSP-enabled editor.

@jimporter jimporter added this to the 0.7 milestone Jan 11, 2021
@jimporter jimporter modified the milestones: 0.7, 0.8 May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant