I'm a big fan of IntelliJ. One thing I love about it is being able to jump to a file or method. Sometimes when I'm in an HTML file, though, I wish I had the ability to hit a hotkey and jump to an element in the HTML file by giving a jQuery selector, i.e. Cmd+O => #form1
(and have it jump to <form id=form1>
in the source...
Is this possible?