Hello nice people,
my first ever post, so take it easy.
Thanks in advance.
I found a good bracket matching plugin for NOTEPAD++ called XBRACKETS and installed it. It adds the right bracket as you enter the left. Mostly it does what it says on the tin.
However, there is a bug - if you type the following continuously, you get an unmatched bracket scenario:-
Instead you get
Allows autocompletion of brackets ([{""}])
Inserts corresponding right bracket when the left bracket is typed. Uses "smart" autocompletion: * next character is analysed for ([{ brackets; * next & previous characters are analysed for " quote.
Author: Vitaliy Dovgan
Homepage: https://github.com/d0vgan/npp-XBracketsLite
my first ever post, so take it easy.
I found a good bracket matching plugin for NOTEPAD++ called XBRACKETS and installed it. It adds the right bracket as you enter the left. Mostly it does what it says on the tin.
However, there is a bug - if you type the following continuously, you get an unmatched bracket scenario:-
- YEAR(EDATE()
- YEAR() with the cursor placed in-between the brackets.
- YEAR(EDATE()
Allows autocompletion of brackets ([{""}])
Inserts corresponding right bracket when the left bracket is typed. Uses "smart" autocompletion: * next character is analysed for ([{ brackets; * next & previous characters are analysed for " quote.
Author: Vitaliy Dovgan
Homepage: https://github.com/d0vgan/npp-XBracketsLite