The control seems to trigger a full repaint of the IDE which in turns causes the Intellisense drop down to "go away." This happens in a project of any size. In a VB code module for a form, type: ...
If you use "using" statements inside the namespace declaration the SO windows hangs with "Updating, please wait...". This simple code fails: namespace TestSO { using System; public class ...
It would be great if the source outliner has a sorting feature for the class members. I like the sorting of the class designer - maybe you could implement the something similar. Anyway, the tool i...
It would be very useful if the outliner could display the regions as nodes. Regions are often used to group class members together. Displaying the outline of the regions would provide a quick overv...
Sorry for double-posting, I just started a discussion about this instead of an issue post by mistake. The source outliner hangs on "Updating, please wait" on several of my VB source files. After ...
When you declare a constant the Source outliner shows this a normal field. It would be nice if a different icon is used (like in the class view)
DESCRIPTION: ============ In Visual Studio's Solution Explorer when you select a file and view the Properties Window you will observe that it shows properties for the selected file. It will be grea...
DESCRIPTION: ============ Each node should have a context menu that shows the following menu items: Rena&me, Dele&te, Menu Separator, Properties. See below for details on each of the actions. Rena...
DESCRIPTION: ============ User should be able to drag a class node from the tree view to another namespace. On dropping the class on that name space a class should be added to that namespace. If na...