When I am editing my aspnetmvc views, I begin my code brackets:
<%
and intellisense pops up items like
<%@ Assembly…
<%@ Control…
<%@ etc…
which is fine, but when I continue my line and press the [=] key, it automatically selects
<%@ Assembly=%> and completes my tag.
It’s not a huge deal, but does slow me down a bit, especially when editing forms with lost of fields.
Has anyone run into this problem in the past and is there a way to either add <%= to intellisense or stop returning the other directives when I hit [=].
I remember seeing the same issue in one of Phil Haacks recent demos (he says something like “What was that?” and then continues on) but I can’t remember which one.
Thanks for the help,
Hal
Or there is the simple solution 🙂
Press these keys:
<%Esc=