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
-
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 -
Non-rectangular shapes in Windows RT and Windows Phone
Please allow us to use non-rectangular polygon shapes with Windows.UI.Xaml.UIElement.Clip in Windows Store apps development. This would help us port the fancy controls (like wpfbookcontrol.codeplex.com) in Windows Store and WP8 worlds.
9 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 -
VS 2012 - Do not unpin forms by default
I do not want multiple items on my task bar. It's always fairly full.
VS 2012 keeps unpinning my forms.
You know how it is when you're programming and on a roll and things like this interrupt you train of thought. Very annoying.
2 votes -
Allow all developer accounts to access the documentsLibrary
Currently only corporate accounts are allowed complete access to the documentsLibrary capability. Individual accounts can read files from the library only through a file picker, and you must maintain a list of files in the StorageItemAccessList if you wish to access those files in the future. This is cumbersome because you have to determine which files need to go in that list and maintain the list. There is also a 1000 file limit, which may not be enough (it is not in my situation). It is not acceptable to have to tell users "We're sorry, but Microsoft has determined that…
6 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 -
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 -
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 -
make update VS2008 to compiler from 2012
make update VS2008 to compiler from 2012
3 votes -
Allow Windows Phone 8 Development on non-SLAT processors
I'm sure there are many developers out there with "older" systems that are completely capable of running Windows 8 64-bit and Visual Studio 2012 but are not able to develop and test Windows Phone 8 applications because of Microsoft's choice to make the Windows Phone 8 emulator a Hyper-V virtual machine. There should be a mechanism to run the emulator using either VMware Player or VirtualBox which will use SLAT if it's present but will continue to work if it isn't or update Hyper-V to do the same.
I don't understand this choice as I am able to write applications…
186 votes -
provide historical information on watched variables
If I could see all the values that the variable has changed to, then connect that back to the stack, that would be superb.
2 votes -
Support converting TFS online project from TFSVC to Git
I want to be able to convert an existing project in TFS online from using TFSVC version control to Git. Currently I can only get Git by creating a new project.
29 votes -
Include in their next release of the Silverlight runtime, the ability to retrieve Microsoft Intermediate Language (IL )offsets
We request Microsoft include in their next release of the Silverlight runtime, the ability to retrieve Microsoft Intermediate Language (IL )offsets via System.Diagnostics.StackFrame.GetILOffset. We produce a product written in Silverlight in a growing number of installed sites. In the field we have experienced exceptions that we cannot reproduce in our development or test environments. They are intermittent problems, nevertheless, our customer’s opinion of our software takes a hit whenever these exceptions occur and our ability to use customers as a reference for further sales is jeopardized. We must fix these problems.
To fix these problems we need to know the…
1 vote -
Support Silverlight 3 in Visual Studio 2012
We have large sharepoint project in Visual Studio 2010 and we wold like to migrate in into VS 2012 but it is impossible. We are using Silverlight 3 class libraries as shared dll across our solution. These dlls are used in sharepoint code, services, and clients.
We cannot use Portable library because it support only .net 4.0 and sharepoint support 3.5. So either support .net 3.5 in portable libraries or silverlight 3 in VS 2012
21 votes -
Work on the requests here with 1000+ votes
On the right-side of this page you're asking "What should we build next?"
How about working on the requests here that have 1000+ votes?? Asking me what you should build sounds like you're bored. There's no shortage of work in fixing the current offering of VS 2012.
9 votes -
Do not highlight Find what when doing a Find/Replace
Currently, if I select some text and do a Find/Replace in File, the dialog highlights both Find What and Replace With. As a result, I tend to hit tab (assuming that Find What has the (hidden) caret) to type my replacement text. However, it turns out Replace With has the caret (there are no visual cues to indicate this). If Find What was not highlighted, it would be more apparent, and I would have an easier time training myself not to hit tab after CTRL-SHIFT-H.
1 vote -
Time Debgger.
visual studio just in-Time Debgger.
An unhandled win 32 exception occurred in iexplorer.exe [3120] Just-in- time debgging this exception faild with the following error.
ETT RPC(Remote procedure call) Just missing.
Check the documentation index for just in-time debugging for information.
Is there is any suggetion for to fix it.1 vote -
Add a click event for the dropdown list
I have two dropdown list side-by-side. The second dropdown list opens when the first item in the dropdown is click and selected. When I do Coded UI on it, it only record the "SELECT" event. Because it did not record the CLICK event, my second dropdown will not work. Please add a "Click" event to drop down list.
6 votes
- Don't see your idea?