开发者

Turn off VisualAssist for *.cl, *.cu and *.cuh

How can I define which filetypes are affected by VisualAssist in Visual Studio 2010?

For example, I don't like how this tool works with openCL and 开发者_JAVA百科cuda files, therefore I would like to turn off it for these file types (oherwise it highlights 1000 errors).


Try-

VAssistX\Projects\File Handling\Extentions to ignore.


Visual Assist does not underline errors in C/C++ files in VS2010 - that is done by the default intellisense. You can disable underlining but not on a per-file extension basis; it is all or nothing. See Tools | Options | Text Editor | C/C++ | Advanced | Disable Squiggles.


Assuming Visual Assist works based on which language editor is being used (i.e. get C++ assistance for file extensions defined as being C++ files), you can map file extensions to editors is Tools | Options | Text Editor | File Extensions.

On the other hand if Visual Assist hard codes the file extensions you will need to get in contact with the vendor.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜