For example I am editing index.html or index.php
in VIM and I have the following code in there:
<div id="header">
// some code
</div>
When I move my cursor to the word header
I want to jump to the position in my CSS-file where the tag (id/class) is defined. ctags doesnt work with this. Thx for advise!