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

feature: Add a language server? #160

Open
Velrok opened this issue Jun 18, 2024 · 1 comment
Open

feature: Add a language server? #160

Velrok opened this issue Jun 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Velrok
Copy link

Velrok commented Jun 18, 2024

The Language Server Protocol allows for real time feedback in code.

The packs gem could provide its dependency violations as LSP diagnostic feedback, which would allow real time feedback on where someone might introduce a dependency by accident.

I see that there is already something similar in the works for vs code.
But having that function as a service, that speaks the LSP would make this available to a wide range of editors, including VS Code, NeoVim, Emacs and more.

@github-actions github-actions bot added the triage A new issue that needs review by the core team label Jun 18, 2024
@Velrok Velrok changed the title Add a language server? feature: Add a language server? Jun 18, 2024
@tstannard
Copy link
Contributor

Hi Velrok,
This sounds like a great idea. We are happy to look at a pull request if you put one up!

@tstannard tstannard removed the triage A new issue that needs review by the core team label Jul 12, 2024
@schoblaska schoblaska added the enhancement New feature or request label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants