Hacker News new | ask | show | jobs
by tomsthumb 4801 days ago
What can't you do with ST2 if you write a plugin? Or is that just a relative pain compared to emacs & vim?
2 comments

I know that one thing you can’t do is have custom tabstops for text. The plugin https://github.com/SublimeText/ElasticTabstops is unable to completely implement elastic tabstops, and its README says that “Limitations in Sublime Text's API make it virtually impossible to use elastic tabstops with spaces.”

Though neither Vim nor Emacs currently provide all the APIs necessary for elastic tabstops plugins, either. They only have the possible advantage that since they’re open source, such support is a little more likely to be added.

Friction + capability + turtles all the way down.