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
-
Stop Debugger window shuffling when starting debug
When VIsual studio goes into debug mode, there is a different window layout that kicks in, watch window, solution explorer, locals and all other windows have different positioning when visual studio goes into debug mode, that can be annoying and distracting as all my windows are already in a good location. Keeping the windows in the same location for both debug and coding should be good enough. It seems to be a feature that doesn't help much and distracts me. At least turning it off would be nice and probably faster to start the debug session as it would avoid…
3 votes -
Gaming Security Reason
Please block function to creating game cheat (especially online game), so it avoid other player upset playing this game. I have playing online FPS games "Point Blank" that created by Zeppeto in South Korea, they create a cheat for "Point Blank" to increase gaming experience. But, when i test that cheat in my PC Windows 7 it doesn't work.
3 votes -
Option compiler : block/warning the new syntax of C#
To learn C# correctly, it's important to block the optimization in the language for the student. The code of a student need to be very simple to read for the other students with the new syntax it's hard (also for the teacher).
If the student will become a good developer, he will use or not this new syntax.3 votes -
Make document management within VS much better so that we do not have to use Team Portal
Under both VS2010 and VS2012 working with shared documents is a pain. Adding a document is easy, but checking existing documents out / in requires using Team Portal via web browser. I already have too many windows open so that an extra browser window is not desired. It should be easily possible to check share docs in and out via VS. Works fine for code.
3 votes -
A build controller should be able to provision new prestine build agents on the fly
After a build, a build agent could become "dirty"; i.e. COM/GAC components could have been installed, registry changes could have occurred, etc.
To make sure that following builds are not using these changes and that the following build is simply succeeding because of previous builds, the build controller should be able to provision a new build agent or revert a build agent back to a known baseline.
The provisioning should take into account patching, updates, etc.
Alternatively, the build controller should expose an extension point, so you easily could plug your own provisioning scheme into the process.
3 votes -
Have all collections implement generic collection interfaces
Many collections in the .NET framework that are not meant for general purpose usage (NameValueCollection, PropertyDescriptorCollection, ControlCollection, etc) do not implement a generic collection interface. So, in order to use LINQ to objects on a, for example ControlCollection, we must first apply the OfType<T>() or Cast<T>() operators, which wouldn't be required if this collection implemented IEnumerable<Control> or ICollection<Control>.
3 votes -
Provide a Migration API for source control and Work Items
A migration API for source control items will be beneficial for a lot of organisations.
Consider the scenarios where I need to move a folder of files from within one Project to another while retaining source control version history and metadata.
The open source tool doesn't seem to do a very good job, freezes with no obvious errors or messages and troubleshooting is not that easy (e.g. all projects have the Build Templates folders yet it cant merge them, etc.)3 votes -
Create TODO Windows where all todo comments will be enlisted. Also put autogenerated structure for TODO commenting.
Create TODO Windows where all todo comments will be enlisted. Also put autogenerated structure for TODO commenting similar to what we get above method and class defination.
Such kind of windows will help a lot to enlist all pending task on one place.3 votes -
Set Pinned Tabs Without Title But Show Title When Mouse Enter As TipText
Set Pinned Tabs Without Title But Show Title When Mouse Enter As TipText
3 votes -
Add 'Find in directory' in context menu
I wold like to be able to click RMB on directory in solution and have option 'find in directory', which will scan only files in specified directory. The same is available in NetBeans.
3 votes -
Link account identity but not function
I'm going to have a work and personal account. While I don't want to mix these two accounts, it would be nice to identify that both are 'me' and be able to direct the appropriate contacts from you. As it is I have email going to both my personal and work account and it would be nice to have it all go one place without needing to shut it down. Ideally I'd like to be able to manage contacts for my different accounts from a single interface and then if for example my work account is closed you still know…
3 votes -
Find and replace
Hi,
There should be option to save the regular expression by name in VS 2012 find and replace window, so that we can save any regular expression and use it while next time. E.g. to remove extra space we can save the (^(?([^\r\n])\s)*\r?$\r?\n) regular expression as “Remove extra lines”, and this will be appear under the standard regular expression list under “Custom Expressions” menu, So that we can use this saved expression next time.
We can also provide manage custom search menu where we can provide the functionality to add edit, delete existing custom (User defined) saved regular expression.
Anand…
3 votes -
Compile only and don't link
i need to compile ONLY source code files
for example :i two modules (code files)
main_class.cs - math_class.cs
and that math class is used by main class
i've compiled both main class and math class
and then i edited the math class ...and wanted to rebuild the whole project
i will have to recompile ONLY the math class and relink the whole projectthe compiler should Preprocessor then compile then assemble
and then the linker could be used to link object code files containing the MSIL encoded in binaries
just like C/C++.like that i can better isolate compile…
3 votes -
have an append copy to clipboard. It means that yo do not have to first paste the
copy append. so that when you want to add multiple items to the clipboard you can go up and down the page using a shortcut like ctrl d for example and instead of this clearing the clipboard it appends the highlighted item to the clipboard. Brilliant if you need to include classes in a style sheet or define multiple varables at the top of the page etc
3 votes -
Make it easy to run generic T4 Templates as a button on the Visual Studio UI.
Make it easy to add T4 Templates to the Visual Studio UI so I don't have to create a Visual Studio Extension and package up. An extension should be an option, but I'd like to be able to drop T4 Templates into a folder and have Visual Studio automatically pick it up and make it show up in the Visual Studio UI as a button on a toolbar. The button opens a window with a list of available T4 Templates. Maybe allow sub folders to create a categorical list of T4 Templates. When a template is selected from the list…
3 votes -
Don't preview large files when it's selected into Solution Explorer
When Visual Studio trying quickly open selected file which have a size a lot of megabytes is done very slowly. Allow to set up maximum size of file for this feature.
3 votes -
Bug :: Fix bug when adding resource files to web applications bound to TFS
Within Visual Studio, when you add a resource file (.resx) file to a solution that is bound to TFS, an error it output from the IDE. This error also comes up when trying to check-in changes. The error is copied in below;
All files are up to date.
BMCommerceStoreAdmin.csproj.vspscc, BMCommerceStoreAdmin.csproj have been automatically checked out for editing.
The item C:\Projects\KYCommerce_trunk\BMCommerceStoreAdmin\ProductCategory\App_LocalResources\ViewCategory.aspx.Designer.cs could not be found in your workspace, or you do not have permission to access it.To reproduce;
1) Open Visual Studio 2010
2) Create a new solution and add a "web Application" project to it
3) In Visual Studio…3 votes -
Default Find and Replace from settings not last search
I am not sure if the Find and Replace options are the same in vs2010 and vs2012, but I find it quite annoying that vs2010 uses the same search settings as the last search. Most of the time, I search by current document. On the occassion that I need to search entire solution, I would prefer not to have to remember to change it back next time I do a quick search. Same with other settings for match case, whole word, etc... I think it would be a useful feature to be able to configure default settings for the search.
3 votes -
3 votes
-
Show text search results in a list, instead of jumping forth and back between hits! See Code::Blocks for how this is best implemented.
Show text search results in a list, instead of jumping forth and back between hits!
It is much more user-friendly to navigate a list of hits, than "jumping into the unknown" without good overview.
See the free IDE Code::Blocks for how this is best implemented.
3 votes
- Don't see your idea?