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
-
3 votes
-
MTM: Contents > Requirements > Test Case available or not - Display in different color
MTM: Contents > Requirements > Test Case available or not - Display in different color or Icon
If we have color identification or different icon - It would be easy to verify at one visual go how many Requirements does not have Test Cases.
2 votes -
Add Sqlite Connetor for .Net Framework 4.5,..
Add Sqlite Connetor for .Net Framework 4.5,..
10 votes -
Add Range and Between trinary operators
After my C# idea, I would like to suggest similar Range and Between ternary operators for the VB.net also:
http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2591768-add-range-operator
http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2591770-add-between-operatorUsing of Range and Between operators:
Dim b As Boolean
b = 5 In 5 To 9 'True
b = 5 In 5 >< 9 'FalseWhy would useful these ternary operators?
The Range and Between operations are used very often but their present usage is not safe:
b = X >= 5 And X <= 9
b = X > 5 And X < 9In both cases, the variable X is used twice what is not safe. …
2 votes -
Sum up the work remaining on a PBI from Child PBI's and Tasks
It would be nice if there was a service that would roll up the work remaining of all child (and grandchild) PBI's and tasks to the parent PBI. We wrote a custom service to do this but it would be nice if this was included functionality. It helps greatly when ranking the tasks, deciding what to cut from a sprint/project and giving visibility to the true work remaining vs the initial story point estimate.
So if a PBI doesn't have any child PBI's or child tasks then it would just use the story point estimate for the work remaining (or…
8 votes -
Support ClieckOnce
Full support for ClickOnce publishing, with updates, and sending unknown errors to programmer.
9 votes -
Please, please make registration of Visual Srudio express more simple, I have tried the correct route and it is just not working!
PLease simplify registration for Visual Studio C++ express at this time it is impossible! Just try following the reccomended route and it ends in frustration. You wand students to use your products then why be obstructive!
1 vote -
Add methods alert
similar at the method documentation, (using ///), add something else like an alert the user make and other using the class will see like the following.
<alert>This Method will purge all attributes!</alert>
public void DeleteDataObject (int objectId) { }when ever the method is used the user sees a small icon alarming him of the tricky behaviour of the method, constructor, or getter and setter
1 vote -
Complete Intellisense for c++ just like in c# and visual basic
While working in c# and visual basic and even in ASP.Net, We are getting full intellisense support and it reduces a lot of pain in writing the program. Further, c# and visual basic programs are easy to be written and are small and compact .
Whereas in the case of Programming with Direct x and Win32 API
in C and Using the MFC library with c++, even the most simple 'hello world' program is more than 200 lines and there are thousands of functions but the intellisense support is very very few.It just lists class ,structure ao an enumeration members…26 votes -
Add status property to table object
Add status property of curret action to table object, for check status of table (inderting, updating, exporting).
This will help with readOnly methods and computing fields.
Actually, we don't know which action does.1 vote -
Add auto-complete support when linking to work items
Support auto-complete by ID and Item Title when linking work items.
Currently supporting only linking work items by ID provides poor UX since IDs are hard to track and we are in a modal window.
8 votes -
Disable backspace in non text input controls
When the focus is on a non text input control disable the backspace default behaviour so we won't perform a unwanted browser back() action.
1 vote -
XNA for WinRT
I've written several games for WP7 using XNA or XNA/Silverlight hybrids. I have thousands of hours invested into that codebase. Unless XNA works on WinRT, I won't be able to port my WP7 apps over to WinRT.
256 votes -
Add unit testing to express editions
Most people using Express editions of VS (in my experience) are students and hobbyists. Both of these groups will be able to manage, maintain and produce better code with the addition of unit testing.
When people utilize correct unit testing they will be less likely to encounter inexplicable bugs that lead to frustration, and will be getting constant feedback from VS which just makes it feel more interactive.
I cannot measure what the loss in value will be from the professional, premium, ultimate, etc. versions will be if this is done, however taking into account that there are many free…
0 votes -
Refactor long if, else and case statements to strategy pattern
It would be nice if the refactor context menu was able to give you an option to refactor a long chain of "if logic" into a strategy pattern:
eg: say these are all descended from a toy class
if(myObj == ball)
{}
else if (myObj == train)
{
}
else if(myObj == car)
{}
If you right clicked you'd get an option to refactor to:
ToyStrategies[typeof(myObj)].DoStuff();
It would be very helpful when trying to simplify code rather than having to manually cut and paste edit names etc for each of a very long potential list of possibilities. Doing…
3 votes -
6 votes
-
improve working with controls inside controls
right now it is pretty difficult to work with controls that are inside of other controls. You have to use find control to use them which is slow and not too intuitive. It is also difficult to localize them, etc. Please improve this.
4 votes -
Allow code clone detection to be run from command line and/or MSBuild
The new code clone detection feature seems to be very tightly coupled to the project object model exposed by the IDE. This essentially makes it impossible to use within automated builds. Please consider changing the "innards" so that the tool can be used to break an automated build (including builds run outside the IDE) when duplicate code is found.
39 votes -
Display format for Find-all-search results
Rather than showing the entire path of each file, the resultset can be displayed as a tree view. Considering the following results:
Find all "view", Match case, Subfolders, Find Results 1, Current Project: CBES - Crowd Monitor\CBES - Crowd Monitor.csproj, ""C:\Users\ABM-7\Documents\Visual Studio 2010\Projects\CBES - Crowd Monitor\CBES - Crowd Monitor\Content\themes\base\jquery.ui.theme.css(15): * To view and modify this theme, visit http://jqueryui.com/themeroller/
C:\Users\ABM-7\Documents\Visual Studio 2010\Projects\CBES - Crowd Monitor\CBES - Crowd Monitor\Scripts\jquery-1.5.1-vsdoc.js(2732): props: "altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey…
13 votes -
Search count in Search-in-all-files
In VS11, when we press Ctrl+F, enters the search-term and press Find All, it shows the search results but the count is displayed at the end of the results. For an instance:
"Matching lines: 13 Matching files: 7 Total files searched: 69"
From user experience point of view, its very inconvenient to scroll down through all the results to get to the last list. IMO, it should be displayed at the top of the result window.Snapshot: http://i47.tinypic.com/346kyex.png
Also, it would be great, if in the mini-find and Find-and-Replace popups, the count like "3 of 19 records" (the same approach…
12 votes
- Don't see your idea?