How to highlight occurrences of a search term in text in Visual Studio editor for C++? - visual-studio

hello I have Visual Studio 2008 Express edition, I found some add-ins like metalscroll and rockscroll and even installed, but I can't find how to use those add-ins, I thought it might be automatically, I mean highlighting, but it doesn't work for my version, any ideas why? thanks in advance

Quote from metalscroll's home page:
The add-in works with Visual Studio 2005 and 2008 (Express versions
not supported, since they don't allow add-ins). VS 2010 will not be
supported, but Microsoft has released an add-in pack called
Productivity Power Tools which provides the same functionality.
You can forget about installing add-ins in Express editions of Visual Studio. They simply are not supported. Money spending time :-)

Related

The difference between Visual Studio 2010 and Visual Web Developer 2010 Express?

What is the difference between purchasing Visual Studio 2010 Express, and downloading Visual Web Developer 2010 Express?
Although I created a company website using Visual Web Developer 2010 Express (I love this product!), I'm not an experienced programmer. But I'm wondering if Visual Studio 2010 Express is just as good, or better, and if it will do the same things as VWD.
I just can't google any good links that compares the two.
Microsoft has it:
MICROSOFT VISUAL STUDIO - microsoft.com
and Definition of
Microsoft Visual Studio Express - Wikipedia
Just click on learn more in each product to see their differences.
Regards
On the "Visual Studio Express 2010" disk VS2010Express.iso which I downloaded from Microsoft it turned out that Visual Studio Express consist of:
Visual C#,
Visual Basic,
Visual C++,
"Visual Web developer".
So to answer the original question here I think that Visual Web developer is one part of the whole disk called Visual Studio. But don't go there if you do not have to:
I am currently upgrading from Visual Studio 2008 because of the bug in .Net 2.0 / 3.5 related to not being able to work with (not recognizing) Internet Explorer 10, but now I get bugs related to App_GlobalResources. The whole Globalization function just does not work anymore. I am in a Hackathon nightmare of 48 hours trying to survive. I think that MS wanted to get you all on board with the free express edition but it is payback time now. I think I am going back to Uniface which is upward compatible. Once again, there is no such thing as free!!!

Where can I get add-ins for visual studio express?

There is countless add-ins on http://visualstudiogallery.msdn.microsoft.com/ but it seems they are all not for visual studio express (I use visual studio 2010 C# express in my laptop).
But extension manager does provide links to the site so I wonder how can I add-ins for VS express in the site?
Visual Studio Express does not support add-ins.
If you are student, you may be able to get full version (Professional) from either MSDN AA or from DreamSpark. Otherwise you are out of luck (unless you purchase it yourself).
EDIT: You may also try SharpDevelop. It is open-source alternative to Visual Studio. It does not support Visual Studio extensions, but it does support its own extensions. And it may have the features you are looking for.
EDIT Dec 2014: There is now a Visual Studio Community Edition which is free for noncommercial and some commerical uses and does support add-ins!

Small but nice differences between VS 2010 Professional and Web Developer Express 2010?

I have found similar posts to this one, such as;
Visual Studio Vs Visual Web Developer,
What are the limitations of Visual Web Developer Express 2010?
What are the differences between visual studio and VS express edition?
But I have a encountered a selection of minor differences such as in VWD it's not possible to make conditional breakpoints and you can not hit Ctrl+comma to launch the very time-saving Navigate to-dialog. What more diffences like these are there? It seems impossible to find a comprehensive list of these... Please note that it is the 2010 editions I'm interested in to compare.

Can I install visual c++ 2010 express edition with visual Studio 2010 professional already installed?

I want to do so because intellisense option for clr console application is not working in visual studio 2010..
Yes, you can. They will run side by side.
However, if you have professional installed, wouldn't it be better to update the install and add c++ to it?
There is no Intellisense support for C++/CLI in Visual Studio 2010 (including in SP1 and the Express edition).
I've been using Visual Assist X from Whole Tomato software for the last few weeks and am very happy with their Intellisense support. From the research I did, it appears that theirs is about the best going (Resharper for example does not support C++).
No, this is not going to solve your problem. The IntelliSense parser is exactly the same in the Express edition, it also doesn't support parsing C++/CLI code. You'll need to find the installer for the VS2008 Express edition. That's going to be quite difficult, you cannot get it from Microsoft anymore. Or you'll have to bear and grin it until the next version for Visual Studio, the Microsoft team promised it will be supported again.
Do keep in mind that you are not writing C++ code, C++/CLI is a very distinct language. There isn't much point in writing complete console mode apps in C++/CLI, you might as well use C#. There's an Express edition for that as well, IntelliSense works.

Refactoring in Visual studio 2010 express

Help or suggestion will do.
I'm installing the Visual Studio Express 2010, i know we cannot use resharper with express edition. i need know do i have any other alternate tool that i can use with visual studio Express 2010 edition.
Sameer,
The Express Edition of Visual Studio do not support add-ins. As far as refactoring is concerned, Visual Studio has some built-in refactoring functionalities which could come handy.
The Express Edition of Visual Studio do not support add-ins. As far as refactoring is concerned, Visual Studio has some built-in refactoring functionalities which could come handy.
The express version however does only have two refactoring functionalities: rename and extract method, the other functionalities like encapsulate are not present.

Resources