jbenshetler
Starting Member
1 Posts |
Posted - Mar 28 2013 : 08:32:29 AM
|
Visual Assist X insists on giving C# suggestions when I am coding in C++. The project is a native C++ project. How do I prevent suggestions from the wrong language? I have used Visual Assist X for a couple of years and not had this problem in the past.
Configuration
- Options/Listboxes/Get content from default Intellisense on/off does not impact where wrong-language suggestions are provided
- Options/Suggestions/Filter completion list to use VA's Suggestions in C#, VB,... has been tested both on and off with no effect. All other Filter options enabled.
- Options/Projects/C/C++ Directories has been left at default
System Info VA_X.dll file version 10.7.1929.0 built 2013.02.22 Licensed to: VA X: [email protected] (Non-renewable license) Support ends 2013.05.06 DevEnv.exe version 11.0.50727.1 Ultimate msenv.dll version 11.0.50727.1 Comctl32.dll version 6.10.7601.17514 Windows 7 6.1 Build 7601 Service Pack 1 12 processors (x86-64; WOW64) Language info: 1252, 0x409
Platform: Project defined Stable Includes: C:\\Program Files (x86)\\Windows Kits\\8.0\\Include\\winrt; C:\\Program Files (x86)\\Windows Kits\\8.0\\Include\\shared; C:\\Program Files (x86)\\Windows Kits\\8.0\\Include\\um; C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\VC\\atlmfc\\include; C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\VC\\include;
Other Includes:
Stable Source Directories: C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\VC\\crt\\src; C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\VC\\atlmfc\\src\\atl; C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\VC\\atlmfc\\src\\mfcm; C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\VC\\atlmfc\\src\\mfc;

|
|
accord
Whole Tomato Software
    
United Kingdom
3287 Posts |
Posted - Mar 28 2013 : 1:43:05 PM
|
Are you using a solution with a C++ and a C# project? What type of symbols are you suggested? Where does it happen, in methods or in class declarations, or outside them? If you create a clean new win32 C++ project, and add a C# project to the same solution, are you able to reproduce the problem? |
 |
|