visual-assist

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

*爱你&永不变心* 提交于 2019-12-25 12:46:07
问题 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 cuda files, therefore I would like to turn off it for these file types (oherwise it highlights 1000 errors). 回答1: 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

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

こ雲淡風輕ζ 提交于 2019-12-25 12:46:06
问题 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 cuda files, therefore I would like to turn off it for these file types (oherwise it highlights 1000 errors). 回答1: 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

Visual Studio disable spelling check

拈花ヽ惹草 提交于 2019-12-22 01:24:37
问题 How can I disable spelling check in Visual Studio 2010? By spelling check I mean in comments, string etc, not in actual code 回答1: Cory - This will disable syntax highlighting. This is probably an extension you have installed. You needs to disable it in the extensions manager or configure it not to check spelling. http://blogs.msdn.com/b/yardman/archive/2011/02/01/visual-studio-2010-spell-checker.aspx For example in my install spell checking is provided by Visual Assist. If I disable this

Content assist : clue of type of a function that has parameter type depend on “using” inside T

故事扮演 提交于 2019-12-12 06:02:18
问题 How to make Visual Studio show a completely-deduced content-assist for a function that has type depends on alias of a T ? Example b.f in the example can't give me a completely-deduced content-assist. It should clue int , not SomeClass::A<int>::AT . class SomeClass{ template<class T>class A{public: using AT=T;}; template<class AX>class B{public: void f( typename AX::AT){}}; template<class AX,class X>class C{public: void f( typename X){}}; public: void test(){ B<A<int>> b; b.f( } }; Testing b.f

Resharper and ViEmu Keybindings ( and Visual Assist )

元气小坏坏 提交于 2019-12-06 19:39:24
问题 With ViEmu you really need to unbind a lot of resharpers keybindings to make it work well. Does anyone have what they think is a good set of keybindings that work well for resharper when using ViEmu? What I'm doing at the moment using the Visual Studio bindings from Resharper. Toasting all the conflicting ones with ViEmu, and then just driving the rest through the menu modifiers ( Alt-R keyboard shortcut for the menu item ). I also do the same with Visual Assist shortcuts ( for C++ ) if

Resharper and ViEmu Keybindings ( and Visual Assist )

别等时光非礼了梦想. 提交于 2019-12-05 02:15:18
With ViEmu you really need to unbind a lot of resharpers keybindings to make it work well. Does anyone have what they think is a good set of keybindings that work well for resharper when using ViEmu? What I'm doing at the moment using the Visual Studio bindings from Resharper. Toasting all the conflicting ones with ViEmu, and then just driving the rest through the menu modifiers ( Alt-R keyboard shortcut for the menu item ). I also do the same with Visual Assist shortcuts ( for C++ ) if anyones got any tips and tricks for ViEmu / Resharper or Visual Assist working together well I'd most

Visual Studio disable spelling check

喜你入骨 提交于 2019-12-04 22:25:01
How can I disable spelling check in Visual Studio 2010? By spelling check I mean in comments, string etc, not in actual code Cory - This will disable syntax highlighting. This is probably an extension you have installed. You needs to disable it in the extensions manager or configure it not to check spelling. http://blogs.msdn.com/b/yardman/archive/2011/02/01/visual-studio-2010-spell-checker.aspx For example in my install spell checking is provided by Visual Assist. If I disable this extension then the squigglies in comments go away. In the Visual Assist X Options dialog on the Underlines page,

Disable Visual Assist X for certain project types

廉价感情. 提交于 2019-12-03 14:40:53
问题 Is there any way to disable Visual Assist X for all project types but C/C++? I'm switching a lot between C++ and C# projects, and I way prefer Resharper for handling C# projects. I know I can enable/disable Visual Assist manually through the toolbar, but is it possible to configure it so it will be disabled by default unless it's a C/C++ project? Thanks 回答1: After speaking to their support line it seems as if it's not possible. However you can tell Visual Assist to ignore certain file types,

Tool Comparison: Visual Assist X and Resharper

﹥>﹥吖頭↗ 提交于 2019-12-03 06:30:25
问题 .NET developers out there! Need your opinion here! I am now using Visual Assist X, a decent piece of software, indeed. But the .NET bloggers seem to prefer Resharper more. I might want to consider a switch over, but before that I want your guys opinion first. 回答1: Resharper is much better for C# code (and supposedly VB.Net, but I haven't tried that). Unfortunately there is no support for C/C++, so if you need that, you might want to keep Visual Assist around. They don't coexist very well,

Disable Visual Assist X for certain project types

孤街醉人 提交于 2019-12-03 04:25:39
Is there any way to disable Visual Assist X for all project types but C/C++? I'm switching a lot between C++ and C# projects, and I way prefer Resharper for handling C# projects. I know I can enable/disable Visual Assist manually through the toolbar, but is it possible to configure it so it will be disabled by default unless it's a C/C++ project? Thanks After speaking to their support line it seems as if it's not possible. However you can tell Visual Assist to ignore certain file types, such as .cs. Visual Assist X Options -> Projects -> File Handling and then add .cs It's not exactly what I