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
-
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 -
Add classcast<T> to .NET that changes the type
My idea is to implement a 'ClassCast'. In scenario's where you want to pick the algorithm to use based on the situation, changing the class instead of the data can add a lot of flexibility to the language. The basic idea is that if you have Foo : IBase and Bar : IBase and both Foo and Bar have the same field layout, you can do a 'var bar = classcast<Bar>(myFoo);' on an instance of an object that changes the type, but keeps the data in-tact. Because the layout has to be identical, you can do a compile-time check on…
1 vote -
please unsubscribe me
unsubcribe me please
1 vote -
Add the ability to check in files from Solution Explorer for "Classic ASP" Website
0
Hi All,
i want some help for Check in & Check Out Process for Classic ASP Pages on Visual Studio 2010.
Currently What i am doing is Goint to.
Files >> Open >> Websites >> Remote Website and Give my Local Server Name there with Port.
Then all the Directory of my Website gets listed out and i Click on Page i want and "Check Out" for edit and once my work is done i want to "Check in" the Page,But i am not getting that option on the List.
So can anyone please let me know,how i will…16 votes -
Allow multiple people to check out and merge excel and access files in TFS
When checking out excel and access files only one person can check out a file at a time.
When using access databases on a LAN drive multiple people can edit a single table at a time without an issue. When using a shared excel document on a LAN drive multiple people can edit a single tab at a time without an issue. These features are already there. Why are they removed when checked out by TFS which is supposed to make merging and versioning of files easier?
For automated testing projects excel and access files are used almost as often…
3 votes -
F# WPF Code Behind Support
The ability to write F# Code Behind for XAML Files
4 votes -
Collapsible Outlining in F# VS2012 Code Editor
Collapsible Outlining for modules, types and functions in Visual Studio 2012, with also Keyboard shortcuts
1 vote -
1 vote
-
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 see your idea?