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
-
Parallel evaluation Case statement
Select Case i
Case.P myLongTimeFunc1(), myLongTimeFunc2()End Select
It would not be always advisable to use the Case.P statement.
Sometimes the Case statement would be the better choice.
Sometimes the Case.P statement.
So, an expected chance and run-time determination would be always necessary.1 vote -
Debugger improvements
In production solutions when there many threads are executed. ThreadPool, Tasks and Threads and others
Debugging of code is pain as quite often it is slow, you have to go step by step very deep, by pressing F8 into, and usually when you are close to line where is bug, after press F8, debugger behave like you presses F5.This means you have to do all process again.
Usually it happens, if other threads in time of debugging failing, by time out error. (WCF Time outs, or Socket timeouts). But I expiriences it quite often randomly.My idea is:
Debugger…
1 vote -
why don't u support @jquery syntax without plugins in intellisense??
when i develop a asp.net project,who i need to using jquery.but visual studio doesn't include jquery code intellisense without using a jquery plugin for visual studio.so i have to write jquery code in dreamweaver,after then i always use copy-paste for it.
1 vote -
An Static class To check whether a file is an Valid Xml
Develop a class to Run a query from sql Script File Directly in to TempDb (SqlCeClient)
Ex : Run a Query from a file "payslip.sp" into local database .
3 votes -
An Static class To check whether a file is an Valid Xml
A Static Class To check whether given input file is a "Valid Xml" or Not
1 vote -
Fully support the C++11 Standard
Visual Studio 2012 shoud fully support C++11 Standard! This will enable developers use the power of C++11. I know that VS 2012 supports some C++11 features, but VS 2012 should support the whole C++11 language! This is a shout-out to the Visual Studio Team!
1 vote -
C11
C11 support or full C99 support. This is needed to cleanly support cross platform C code on Windows. Visual Studio is the only environment that largely DOES not support constructs that are supported on xcode, gcc, and clang. Please do something about this.
4 votes -
Bring back the "VISUAL" in visual studio
Visual studio used to have a kick *** interface. However, everything about the 2012 interface looks.. amateurish.
-The icon looks like something a 3 year old did.
-The lack of depth makes the whole thing jump into my face.
-The upper cased menus are screaming at me (try posting on a forum in all caps... see what the response is).
In a nutshell, whoever designed the interface needs to go back to the grade school I'm sure they dropped out of and finish their education. Maybe get a job at a fast food place running a cash register... Because they…
1,246 votes -
delete Team Projects Online
I have used the TFSDeleteProject tool, as sugested.
But it would be brilliant to admin that from the admin panel.
It worked perfectly though!
Good work.1 vote -
Make WinPhone8 JavaScript Debugging Work (set breakpoints and step) for HMTL5/JS/CSS apps (nothing else - no workers)
I can't figure this out, and nobody at Microsoft has been able to tell me either despite spending 250$ to not find out.
In VS2010 with Phone SDK 7 on Win 7 I was able to set breakpoints and debug javascript. It worked well and is absolutely necessary if you want to build cross platform code.
Now I migrated up to Win8 and javascript debugging doesn't work at all.
I has since given up on developing for WinPhone and will target the others because they have development environments that work.
What is going on MS?
Why can't we debug js,…
4 votes -
Add Search capabilities to MTM
We would like to be able to search for test cases in MTM. We typically search on words within the steps or results or parameters used.
5 votes -
More flexibilty on the <WHEN> Field child element
Especially to support adding conditions based on the hierarchical value of the Area Path, please add the ability to specify a begins with or wildcard comparison to the <WHEN> conditional field element. Currently it support only "equals" comparisons to the specified value. This could be done by specifying an operator attribute with various comparison operators. This would be helpful if being used against numeric fields too (e.g. GT, LT, etc).
13 votes -
View Designer on Solution Explorer
Put View Designer button back on the Solution Explorer. its killing me!
1 vote -
Edit code without pausing
Edit and continue is hard to use. I want to edit code without clicking pause and resume.
1 vote -
Fail build on insufficient code coverage
Please make it easier to fail the build if the code coverage is lower then a given %.
The community and MS itself focus more and more on the code quality (see the checkin-policies for code-reviews etc.) but a basic indication for failing quality as low code coverage from unittests isn't a trigger to fail a build.
To accomplish this we now have to edit the build-template or create our own build task.
I think this is a relative small efford for MS and a huge help for the community to develop better unit tests and better code.
9 votes -
1 vote
-
F# TypeProviders should work in Windows Store Apps.
F# TypeProviders are not supported in .NET Portable Subset (Windows Store) libraries. The ability to use TypeProviders in a Windows Store app would be extremely beneficial.
3 votes -
Add "Name" property to Regex Group object
The Group object from the Regex library needs a Name property. I am in a situation where I have regexes that are not known at compile time being run, and I need to create a Name-Value pair from the resulting matches. This is very difficult without a Name property.
3 votes -
Can you add the ability to e-mail Query resulyts back into 2012? http://msdn.microsoft.com/en-us/library/bb822129.aspx
http://msdn.microsoft.com/en-us/library/bb822129.aspx
Enable the 2010 functionality please!!!!1 vote -
Support Interactive Mode on Team Foundation Build Service to allow Coded UI Tests to run
Coded UI tests will not run on the Team Foundation Service because Interactive Mode is not supported. It would be a shame to need an on-premises server just for running coded UI tests.
3 votes
- Don't see your idea?