I'm using Visual Studio 2010 Ultimate, and intellisense is not working.
For example from the below code when i try to access methods inside e it doesn't prompting me the available methods.
private: System::Void textBox1_KeyDown(System::Object^ sender, System::Windows::Forms::KeyEventArgs^ e){
}
Yes, you're correct that sadly Intellisense is gone for C++/CLI in VS 2010. It's back in VS 2012 and for VS 2010, I recommend Visual Assist if you can afford it.
I found VS 2010 is not supporting intellisense for C++/CLI. Guess theres no way to fix it.
Visual Studio 2012 has Intellisense again. There is a express (free) desktop development version that supports c++. Here is an explanation as to why not then and why now.
Related
I recently started a new job, and got a machine with Visual Studio 2013 Proffesional installed. This would be great, except the colleague that I'm working with is using Visual Studio 2010. As far as I know, there is no way to work on the same project (or solution), without having quite a lot of issues, is this correct?
And if so, is it still possible to download Visual Studio 2010 (from a reliable source)? I cannot seem to find it anywhere in my MSDN subscriber downloads. All I can find is a stuff like service packs, tools, etc. Did they terminate the support of it?
You work on visual studio 2013 but there are option to select which version of visual studio you want select 2010 and run your project.
You should be able to open Visual Studio 2013 solutions in 2010, if you install Visual Studio 2010 SP1. There is a possibility that some project types won't be supported, but the solution should open.
We just switched over to VS 2013 and I heard that you're supposed to be able to
generate code maps for your entire application. Awesome feature indeed, that could
get new developers on our project up to speed.
Watched a couple of tutorials, but when I tried to just right click on a method
in the application, the 'Show on Code Map' context menu is missing. In fact, I
can't find anything in VS that has anything to do with Code Maps.
My version:
Visual Studio Premium 2013
I tried installing Modeling SDK for Microsoft Visual Studio 2013, but that didn't do anything.
Anyone got any ideas?
You need Visual Studio ULTIMATE to create Code Maps.
http://msdn.microsoft.com/en-us/library/jj739835.aspx
This has changed for Visual Studio 2015 and Visual Studio 2017:
The Enterprise Edition allows creating code maps.
The Community and Professional Editions can open diagrams generated in other Visual Studio editions in read-only mode.
Is it possible to make CodeRush Xpress (CodeRushXpress-11.2.13.exe) work with Visual Studio 2013 by some tweaks? I understand it is not supported for VS2013 but similar was case with VS2012 and it still worked with limited functionality. I am hoping to find some work around for this.
Does anyone know of any free add-in similar to Smart Paster, but for Visual Studio 2010?
Unfortunately, Smart Paster only works for VS2005 and VS2008.
For the ones that don't know what I'm talking about, check it out.
My simplified (C# only) version for 2010 is here
The post explains the VS2010 incompatibility (CommandBarButton.FaceId throws an exception) so you can change the VS2008 source code if you want.
Update: full source and binary are now in Codeplex
Working code for the addin for Visual Studio 2010 can be found here: http://code.google.com/p/smartpaster/source/checkout
I found that link via this page: http://inedo.com/downloads/smartpaster
However, the zip on that page is for a version that is not compatible with 2010. But get the code from Google code. That works.
In Visual Studio 2005/2008 you could have your documents automatically arrange by the most recently used. The registry setting doesn't work for Visual Studio 2010. Does anybody know how to enable this feature for 2010.
This was an undocumented feature in VS 2005/2008. I was a big fan of it as well, and was wondering what happened to it. It appears that they've axed the feature from VS 2010.
http://connect.microsoft.com/VisualStudio/feedback/details/526072/enable-mru-doc-ordering-in-visual-studio-2010