generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Add intelligent Enter key handling to automatically indent code, continue multi-line constructs, and provide context-aware line breaks.
Features:
- Auto-indentation after opening delimiters: (, [, {, <<, %{
- Smart line continuation for keyword lists, binary operators, pipe chains
- Context-aware behaviors between delimiters
- Split string literals with proper concatenation
- Respect .editorconfig indentation settings
IntelliJ Extension Points:
- com.intellij.lang.smartEnterProcessor (SmartEnterProcessor)
- com.intellij.codeInsight.editorActions.enterHandler (EnterHandlerDelegate)
See full implementation details in create-issues.sh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers