Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 318 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 318 Bytes

npp-XBracketsLite

XBrackets Lite for Notepad++ allows to autocomplete brackets ([{""}]) i.e. it inserts corresponding right bracket when the left bracket is typed. The plugin uses "smart" brackets autocompletion:

  • next character is analysed for ([{ brackets;
  • next & previous characters are analysed for " quote.