There are two very useful features that are missing.
Highlighting Matching Tags:
Although Sublime Text 2 does match tags, but it only shows a little dotted underline; which is not very visual. To fix this, there is this TagMatcher plugin which is unfortunately very slow; especially when you're editing large files. Notepad++ has implemented this feature and it works like a charm there. It never causes any glitches, even in gigantic files.
Highlighting matching words on select:
This can be very useful when you want to quickly find where else in your code, you have used a word (a variable name for example). There is a plugin called "WordHighlight" which has the same issue as the TagMatcher plugin. It's slow and causes crashes and errors when working with rather large files. This feature is also properly implemented in notepad++, without any glitches.
So I would like to ask a native implementation of these two very useful features.