You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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) onEnter
,Backspace
, open/close brace/bracket/paren/etc., and potentially other keys.The text was updated successfully, but these errors were encountered: