An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Auto Expand On Enter

![demo](https://user-images.githubusercontent.com/7388088/71270683-dd985c00-235a-11ea-9749-81a78f5f7b9e.gif)

## 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