T O P I C R E V I E W |
Nobodo |
Posted - Apr 08 2011 : 3:03:17 PM latest version of vax (or basically any earlier version): Go to an asp.net page with vax turned off, and add a new asp.net control by typing it in:
<asp:d
The above gives you a list of all the asp.net controls and drills down to the first one that starts with the letter d.
Enable vax, and try the same thing. As soon as you type the colon, say goodbye to the intellisense.
Thanks, Mark. |
4 L A T E S T R E P L I E S (Newest First) |
Nobodo |
Posted - Nov 17 2011 : 1:15:50 PM Thank you. Since VAX does supply some enhanced features for ASPX, I look forward to not having to tell VAX to ignore ASPX. |
feline |
Posted - Nov 16 2011 : 10:58:21 AM This is down as a high priority bug, and I have just increased the priority for you, hopefully this will help.
Unfortunately no current progress on this, but it is still on our list of things to fix. |
Nobodo |
Posted - Nov 15 2011 : 5:42:30 PM Is there any ETA for correcting this?
For now I have to keep .aspx in 'Extensions to ignore' or typing code in an aspx page is quite a frustrating throw-your-mouse-at-the-monitor experience indeed.
Thanks, Mark.
|
feline |
Posted - Apr 09 2011 : 7:44:04 PM I am seeing the same effect here. Thank you for the clear description.
case=56660
As a temporary work around you could try adding ".aspx;" to the list:
VA Options -> Projects -> File Handling -> Extensions to ignore
This lets the listboxes work correctly for me. |