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

FR: Make available as LSP #936

Open
chrisgrieser opened this issue Dec 9, 2024 · 1 comment
Open

FR: Make available as LSP #936

chrisgrieser opened this issue Dec 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@chrisgrieser
Copy link

Many formatters/linters such as biome or ruff are also available as LSP, even though they aren't "real" language servers.

Offering an LSP, even if it is just for the formatting command, has its advantages, as it allows for easier integration into editors. With editors like nvim, for example, integrating stylua requires an extra plugin, while an LSP could be used out of the box.

@JohnnyMorganz
Copy link
Owner

Interesting idea. I can see the value in this, although building out a fully fledged language server that conforms to the protocol might be a bit overkill for the tool itself. Maybe it should be a wrapper binary tool, not sure yet.

@JohnnyMorganz JohnnyMorganz added the enhancement New feature or request label Dec 14, 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

2 participants