https://github.com/ctf0/vscode-auto-expand-on-enter
https://github.com/ctf0/vscode-auto-expand-on-enter
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/vscode-auto-expand-on-enter
- Owner: ctf0
- License: gpl-3.0
- Created: 2019-12-19T23:52:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T09:54:59.000Z (over 1 year ago)
- Last Synced: 2025-07-25T09:46:26.685Z (12 months ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Auto Expand On Enter

## Features
- smart expand for braces ex.
- `SOL|}`, `ES|}` ,`SOL{|`, `someText{|EOL` will add a single new line "normal behavior"
> | == cursor
> SOL == start of line
> EOL == end of line
> ES == empty spaces
- expand method chains ex.`).` & `)->`
- expand arguments, array items ex.`','` & `...,...`
- expand html tags "using emmet `balanceOut` command"
### Notes
- expanding both braces & html tags at the same time wont work, as expanding braces will take over