norseghost / sublime-beancount

Bits and pieces to facilitate accounting with Beancount.
MIT License
29 stars 10 forks source link

Adding basic auto complete recognition for accounts #6

Closed jmgilman closed 8 years ago

jmgilman commented 8 years ago

This introduces a settings file which removes the colon character from the default list of word separators. This essentially instructs Sublime Text to treat account strings as one word rather than trying to split them into multiple words by splitting across the colon. This greatly improves the auto completion recommendations from Sublime Text for accounts.