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
-
Git branches TFS work items
Allow git users to associate commits and branches with Team foundation service work items. Right now there is no way to do this.
3 votes -
Build A Better Language
Microsoft,
I can't stay silent any longer. I've got to get this off my chest. For too long you guys have ignored users, like myself, that want to get the most from our machines and program for users that want the same.
For too long Microsoft has ignored users that find managed code an unacceptable solution to many of today's computing requirements. These users expect and need a modern language to include both SPEED, CONTROL and FUNCTIONALITY. They believe the problem with .NET is that it focuses too much on functionality at the expense of speed and control. For people…
2 votes -
Allow user to change color of selection marquee in Form Designer
When designing a form that has many nested layout panels, it is impossible to spot the dotted line for the selected control marquee against the dashed lines of the layout panels. Having the dotted line a different color would make it instantly stand out.
1 vote -
Bring back the "Before building" options in VS2012
In earlier versions, there was a dropdown in Tools | Options that let me choose whether or not I wanted to save files when building. It would be very useful to have this back. (VS2012 always saves when building.)
4 votes -
new method modifier 'keyword'
new method modifier 'keyword' enable new features: avoiding (), coma and point when call function
for example:
first, declaration
class SQLSyntax{
public int? keyword between(this int firstNumber, int nextNumber)
{
if(firstNumber>nextNumber)
return firstNumber;
else return null;
}
public bool keyword and(this int? firstNumber, int lastNumber){if(firstNumber!=null && firstNumber<lastNumber) return true;
else return false;}
}usage:
//....do something
if (10 bewteen 5 and 11) //do something
else //do somethingistead of
//....do something
if (10.bewteen(5).and( 11) ) //do something
else //do somethingNOTE: if we use keyword params or a lot normal parameter we can avoid coma and use only…
3 votes -
Visual Studio Mobile
With the global shift towards mobile and touch computing, it is so sad that the Microsoft leadership is still sleeping during this historic time in computing. Visual Studio 12 has just been released with the same dated controls/toolbox from the last PC era!!!
We need new touch friendly control and forms ASAP that create a great user experience. We are not living in the 1990s anymore and mobile touch computing is the future. Wouldn't it be nice to have the tools and controls to go with it????
Your answer might be metro apps - still can't figure out how to…
3 votes -
Supporting Macros in the TFS submit fields
Does the TFS forms [ text box ] support macros.?
1 vote -
Can you have user profiles while creating TFS bugs
Currently when we file a bug, can there is prefilled templates per user based. For example 90% of the bugst hat are filed are always to one same Area path or a sub path of the same. Also the iteration that i have is the current month. I could get a prefilled template with teh default priority of 2 for me and so that whenever I have to file a bug , I just need to fill in the necessary details.
Also , it could get he build number using some custom process that i could define like an exe…
2 votes -
User manual
Each user story are command or feature or a chapter from a user guide point of view, If we could add the notion to producing a user guide. Like click report » Userguide and the user guide will be print.
It is nice to program stuff, but if we cannot covey the intention to the user and while we develop we document so why not kill two three stone in one shoot
3 votes -
Today just team favorities queries appears on home, my favorities queries no. It's sucks
Today just team favorities queries appears on home, my favorities queries no. It's sucks
1 vote -
binding configuration timeout in the right order
In the automated app.config wcf binding configuration of a service, the timeout can be ordered as they happen.
The order is now:
closeTimeout, openTimeout, receiveTimeout, sendTimeoutit could be:
openTimeout, sendTimeout, receiveTimeout, closeTimeout6 votes -
1 vote
-
don't compile every open document in the IDE
Currently, if I open non-solution documents in the IDE (like related data files, or MS Reference Source opened by a break-on-exception) and hit the Build button, the IDE will throw up a ton of errors due to the compiler attempting to process them. It leads to alot of noise in the Errors window, but IMO, the IDE should only be building what is in the solution.
1 vote -
Insert task in between existing one
As the project evolve, we need to insert tasks that was not planned initially under a user story
So the request is to allow us to insert a task in between exiting one
3 votes -
Make intellisense work at the caret even if the next character is NOT a space
When I'm typing new text to the left of existing text, I have to put in a "fake" space to make Intellisense work.
After doing this hundreds (thousands) of times I thought I should post a suggest to let Intellisense work whenever I'm typing new text.
Maybe this should be limited to cases where there is whitespace to the LEFT (but not to the right). In other words, I would tend to define "entering new text" as "there's whitespace to the left of the caret", while Intellisense currently looks for whitespace to the right.
2 votes -
Make TFS WI States Editable/Viewable on the Task Board
On the task board, navigate to it in TFS go to Work -> Board, we should be able to view, and change, a BPI or Bugs current state. The task that are assigned to the BPI or Bugs state is easily viewed and changed since they are in swimlanes, however, the parent WI on the left doesn't display its current state. If there are multiple big items for a release, it get laborious to open the PBI, or Bug, every time you see all task a completed state just to verify that the parent WI is now in the desired…
1 vote -
Import tags via excel
Tags are very nice and since we are not able to customize the process template in TF Service, it is a nice way to decorable a work item with extra information.
At this time it is not possible to assign these tags via excel. If this was possible, it would save us a lot of time.
Can you make it possible to assign tags via excel / project?
7 votes -
WorkItemsEverable View
The view is rebuilt after the definition of any WIT is changed. That cause that we can not use any of this very important views in reporting, because we loose all the permissions rules everytime we make a change. We can not even clone the view because it is encrypted.
Can you help with this?
Thanks! carlos3 votes -
More user friendly property pages
1) The property pages provide a large set of macros ($(...), %(...)).
For example '$(OutDir)$(TargetName)$(TargetExt)'.
Unfortunately there is no way to see the expanded text.
2) It would be fine to see the expanded text in a tool tip or to have a context menu item that allows switching between expanded/symbolic views.
3) Paths should be checked for plausibility/existence. Especially when using relative paths (e.g. ..\..\lib). It is not always clear what is the current directory.
4) It should be possible to convert an absolute path to a relative path.
5) It should be possible to navigate to a compiler…1 vote -
Predictable refactoring of member names to increase performance
When I'm refactoring member names in a class, it often takes quite a lot of time to scan the entire solution for references to this member (we have about 4,5k source files in 26 projects). It would be great if IDE could "predict" which members I'm going to refactor next (e.g. properties within the same class) and index them together with the current member being refactored so the next operation will be much faster.
Example:
public class PublishData
{
public string Name { get; set; }
public string Text { get; set; }
}When I refactor the "Name" to…
1 vote
- Don't see your idea?