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 support for textDocument/onTypeFormatting and then integrate that for specific IDE keystrokes to provide a better text editor experience #650

Open
SCWells72 opened this issue Dec 1, 2024 · 0 comments

Comments

@SCWells72
Copy link
Contributor

The textDocument/onTypeFormatting language feature could be used to provide a better as-you-type code formatting experience for languages integrated into JetBrains IDEs exclusively via LSP. As long as it's quick enough for a true interactive experience, it would make sense to trigger it (optionally based on end user config) on Enter, Backspace, open/close brace/bracket/paren/etc., and potentially other keys.

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