ctf0 / vscode-auto-expand-on-enter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Expand On Enter

demo

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

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%