Visual Studio
Welcome to the Visual Studio UserVoice site. Let us know what you would like to see in future versions of the Visual Studio suite of products. This site is for suggestions and ideas. If you need to file a bug, visit the Visual Studio Connect site: http://connect.microsoft.com/visualstudio.
ASP.NET Runtime/Web Tooling suggestions have moved! All your ideas, including your votes, have been transferred and are searchable in the ASP.Net Uservoice forum. Please submit any new ASP.NET Runtime/Web Tooling suggestions, or vote on existing suggestions by going to http://aspnet.uservoice.com.
We look forward to hearing from you!
Thanks – Deon Herbert
Visual Studio Team
-
Open fast
Make it so that opening a simple text file from Explorer is fast. It's just Text. Make it so fast to open that I no longer need a notepad replacement.
Make VS2011 into the best notepad replacement!!It's just text, after all. It's ALL text.
300 votes -
Bring PowerShell support to the editor
In 2005 there was VBScript support, and the general consensus is that PowerShell is the wave of the future for scripting. Why can't it be brought into VS as a supported language with IntelliSense? It seems like the wheel was reinvented when the PowerShell ISE was developed when it can also be done in VS.
247 votes -
223 votes
-
Add ctrl-click go to definition from Productivity Power Tools
The VS2010 Productivity Power Tools had a ctrl-click go to definition feature. This was great and could be an easy option to add (does not need to be on by default).
205 votes -
Add native Markdown support
Markdown is known as best idea for project text files. For example most README files novadays are written in markdown.
Also default README.md could be possible added to project templates.
To get more details visit Markdown specs page http://daringfireball.net/projects/markdown/.
160 votes -
Give option to search only in uncommented code
When searching for a string in a project's source code, I often find myself wasting time examining lines that have been commented out. it would be useful to offer an option to return only lines that are not commented out, so as not to confuse the results.
122 votes -
Store per-project source formatting settings with project properties
I wish it were possible to define per-project editor settings that affect formatting and writing style: tab size, use tabs/spaces, autoindent and so on.
Because, different solutions (or even projects in one solution) can have different coding styles or conventions.
Having to poke in several tabs of environment settings every time as I switch projects is a major annoyance.
Actually the formatting settings are not private user preferences; they are part of a project and should be stored in source sontrol, so that the next person that takes on the code automatically gets the proper settings.
121 votes -
Smarter indentation and alignment
There's a difference between indentation and alignment.
Indentation happens at the block level, in the C derivatives (C++, C#, Java, ...), after an opening curly brace.
Alignment happens when one wants to align things on the same column beyond indentation for improved readability, like function params (either call or declaration/definition), getters/setters' namesUnfortunately, when one starts typing aligned things (with tabs on the beginning on the lign for indentation, then spaces for alignment), and types enter for a new line, VS changes all the carefully typed alignment spaces into tabs.
This is annoying because...
1. When someone else opens the…97 votes -
Automatically close parenthesis
I suggest you automatically close parenthesis
89 votes -
Provide an interface to configure individual auto-indent decisions
Currently code construction flow is frequently disrupted as users must fight the editor over auto-indent decisions which violate their preferences.
Disabling auto-indention altogether is a clumsy "solution", as (for instance) those auto-indent decisions which facilitate hierarchical code block structure may bring more efficiency to code construction than others take away.
We need an interface in the IDE to configure each individual auto-indention decision.
82 votes -
Code Contracts Editor Extension
Bake the Code Contracts Editor Extension into Visual Studio, with less bugs, better performance and more features.
http://visualstudiogallery.msdn.microsoft.com/85f0aa38-a8a8-4811-8b86-e7f0b8d8c71b
69 votes -
Editor support for italics fonts syntax highlighting
The VS editor should support italics for syntax highlighting.
Why bold, but not italics?55 votes -
Wrap lines intelligently (simulating indents)
Like other text editors, Visual Studio has a word wrap feature (Tools / Options / Text Editor / All languages / Word wrap ). However unlike other text editors, Visual Studio's word wrap ignores indents, spilling the line continuation into the margin. This makes the page very messy.
Take a look how other text editors do line wrap (screenshot of Notepad++ attached), respecting indentation, so the line continuation is displayed with the same margin. http://stackoverflow.com/questions/12324453/wrap-lines-intelligently-simulating-indents-in-visual-studio-2012
Another bug with Visual Studio's word wrap is that triple clicking in the editor selects the line on screen rather than the physical line as…
50 votes -
Enable Local History
Other IDEs have local history tracking. It's really useful for when something is almost right, but not ready to commit. Then a couple changes are made to try and finish it up. Turns out those changes make it worse. Depending on how big those changes were and how many files you touched it can be a nightmare. Local history makes it easy to rewind. This is especially useful for css/javascript where a small change can have a large impact.
50 votes -
Tooltip on non-visible matching Braces
The editor already highlights matching braces, but if one of the pairs is not visible in the editor, then this visually indicator is not useful.
My suggestions, is to add a tooltip what would show the (previous) line when the matching brace started when the mouse is hovering the ending brace.
if(testSomething)
{
// Very Long Code
}In this case, hovering the mouse over the ending curly brace, would show a tooltip with "if(testSomething)" text.
This would be especially useful in dealing with long trailing } sequences at the end of functions and classes.
43 votes -
42 votes
-
Add an option in Find/replace to exclude commented lines
Oftentimes when searching and/or replacing in code, the text I'm searching for exists in both code and comments. An option to exclude comments from search results would save a lot of time.
41 votes -
Bake in MVVM support (i.e. let us replace the current automatic code behind IDE pattern used today)
Allow us to pick a pattern of choice, and then have the IDE help us fall into the pit of success by supporting that pattern. So something like replacing the current code behind model with a plug-in'able/replaceable model, with MVVM being just one such model. If "code behind" is bad, then let the IDE help us by implementing a given pattern and not force use to jump through hoops to implement them. WPF/Silverlight/xaml's awesome databinding is the first step, now let's improve that by making the IDE "understand" a pattern of choice, like MVVM
39 votes -
Allow turning the CSS auto formatting off completly.
There doesn't appear to be a way to turn off the auto formatting in CSS files. I'm sure that in VS2010 my most hit, non-alphanumeric key was the semi-colon, in VS2012 it's backspace 2012 tends to put in spaces and line breaks automatically. I prefer to wrtie my CSS files to be ultra-condensed to begin with. It would be great if there was a "disable auto formatting/auto completion check box for CSS files.
34 votes -
Don't create asterisk for new lines within block comments in C#
In languages like C and C# you can create block comments like this /* ... */. When you press enter within one of these VS thinks it is being helpful by adding an extra space and asterisk like this:
/*
*
*
*/This is really anoying! Every time I press return I then have to press backspace twice as well!
I am aware that this can be turned off unchecking the "Generate XML documentation comments for ///" option, but there are two things wrong with that: First I do want to create XML documentation and second the wording of…
29 votes
- Don't see your idea?