Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 missing tooltips and missing intellisense

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
daniel.hampe Posted - Jul 13 2006 : 4:02:44 PM
Hello,

since I am using Visual Studio 2005 with C++/CLI I noticed some odd behavior of VA X.

1) Missing tooltips of abstract classes
If I have an abstract class, VA X does no have all the info about this class and its members.
-> Abstract classes are underlined as wrong symbols (not anytime, but often)
-> Intellisense does not bold the non-inherited members
-> I only get tooltips if I hover over a symbol of an abstract class. But there are no tooltips which describe a method's signature if I hit Shift+Ctrl+Space inside of brackets...
public ref class MyClass abstract
{
public: 
    static void DoStuff(int x) {}
};

int main(void)
{
    MyClass::DoStuff(|) // (Cursor) - no tooltips on Shift+Ctrl+Space
}


If I remove the abstract keyword, VA X has all the info I expect.
public ref class MyClass
{
public: 
    static void DoStuff(int x) {}
};



2) Missing Intellisense of native types
If I have an integer variable, I don't get intellisense support for that.
2   L A T E S T    R E P L I E S    (Newest First)
jpizzi Posted - Jul 14 2006 : 01:45:05 AM
Sounds just like http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4647&SearchTerms=abstract

On the list to fix....
daniel.hampe Posted - Jul 13 2006 : 4:09:42 PM
Example for (2) Missing Intellisense of native types:
int i = 0;
i.| // No Intellisense is shown


If I disable VA X or if I check "Get content from default intellisense", tooltips and intellisense work as expected (in scope of the described problems) but I dont wan't to disabel VA X intellisense, because default intellisense is not available lots of times.

Regards
Daniel

______________________________________________
VA_X.dll file version 10.2.1446.0 built 2006.05.31
Licensed to:
VA X: [email protected] (2-user license) Support ends 2006.09.08
VA.NET 7.1:
VAOpsWin.dll version 1.3.2.4
VATE.dll version 1.0.4.14
DevEnv.exe version 8.0.50727.42
msenv.dll version 8.0.50727.42
Font: Courier New 12(Pixels)
Comctl32.dll version 6.0.2900.2180
WindowsNT 5.1 Build 2600 Service Pack 2
Single processor

Platform: Win32
Stable Includes:
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\include;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\atlmfc\\include;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\PlatformSDK\\include;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\SDK\\v2.0\\include;

Library Includes:
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\atlmfc\\src\\mfc;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\atlmfc\\src\\mfcm;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\atlmfc\\src\\atl;
D:\\Entwicklung\\Microsoft Visual Studio 2005\\VC\\crt\\src;

Other Includes:


© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000