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
-
Allow the width of the Configuration combobox in toolbar to fit the text it is displaying
The solutions I work with frequently have names longer than "Release" and "Debug", things like "UNICODE_Debug MT" or "MULTIBYTE_Release", etc. Unfortunately, there are very few pixels dedicated to this combobox in the toolbar, so only "UNICOD" is shown making it difficult to disambiguate and determine what configuration is selected.
4 votes -
Access projects anywhere!
I suggest you make a login screen so that every user has his/her files everywhere
http://www.youtube.com/watch?v=pWgaAJqJsG4
It would make it easier to switch between developing on laptop and desktop.
4 votes -
File Preview / Right-Click on a Solution or Project file in Explorer.
Problem: Lots of similarly named Projects eg ConsoleAppliation1001.
Which one is it? with that useful piece of code in.If you add File Preview, (doesn't load the entire project. but launches essentially a ReadOnly Editor Window with just Colorised Syntax Highlighting of the code. (Eg. No Compiler Errors / Warnings)
Or incorporate the idea of VSQuickLook into the Start Screen.
http://www.dreamincode.net/forums/blog/217/entry-3004-project-vs-quick-look/
3 votes -
Visual Studio Mobile for Windows Phone 7 is possible?
From time to time I think it would be interesting to write a few lines of code into a smartphone. Ideas can arise when you least expect it. Perhaps you're on the street, restaurant, park, friends house and the only thing you have to write your project is a paper (!?!) . A paper cant 'debug' codes and show syntax hint/error.
3 votes -
Do not set a DLL as the Startup Project by Default
If you delete the preferences files (.suo and .user files), which happens when you checkout freshly from source control, the startup project is not set. Currently, VS10 chooses one for you but it is wrong most of the time. It should not choose any class library project. It should choose the following project:
(from p in projects
where p.IsRunnable
orderby p.Dependecies.Count() descending
select p).FirstOrDefault()The project with the most dependencies is usually the right project. It is the main executable.
3 votes -
Nest files using drag-n-drop - no having to go into the project file
When building apps, project files can get long. Having the ability to nest files would be a great way to organize a project. Currently, this is accomplished by manually modifying the project file.
3 votes -
Default namespace in New Solution/Project dialog
I need to change the default project namespace in project properties and do Search&Replace in all files already generated on startup every time I am starting a new project.
If namespace refactoring is not going to be available, at least allow us to set the namespace during creation of a new project.
3 votes -
Manage custom build targets from project properties.
It would be handy to see all custom targets and the order they are in.
3 votes -
Integrate CleanProject into VS11
Integrate CleanProject (http://code.msdn.microsoft.com/Clean-Cleans-Visual-Studio-a05bca4f/sourcecode?fileId=25377&pathId=701425930) into VS11. It's very helpful feature.
3 votes -
SSIS package compatibility in VS2010
We need a update/service pack/MSI / or something compatibility package for SSIS projects developer in VS2008, or a less a view or preview of this projects and we testing this
Best Regards
3 votes -
Extract loaded/unloaded projects info from .suo so I can store it in source control
It's bad when you checkout version from source control and have to follow a few more steps to make it work. The list of loaded/unloaded projects is not a solution user options!!! There should be another place for that info (and clearly not in binary format).
3 votes -
Please I beg you, could you make it so that Ctrl+O when pointed at a .vcxproj or .sln opens it as a project not as an XML document? Fine if
I can't tell you how many times a day I go to open a new project/solution and press Ctrl+O, navigate to the project file, press Enter and have it open the project as an XML document instead of as a project! Drives me nuts. Then I remember I have to use Ctrl+Shift+O to open the project. How about just consolidating it all as Ctrl+O and you can add a checkbox in the Open dialog for those very rare cases where you want to open a project as an XML document?
3 votes -
Allow icons/avatars for projects
Especially in the context of mysite.visualstudio.com, it would be nice to have a project logo/icon/graphic to improve visibility and recognition.
3 votes -
Add Search Project in Visual Studio 12 to search different categories in IE10.
Allows developers to provide enhanced search criteria for finding existing information in existing session they currently have open. Example: All Sessions or pages currently playing music or sound.
If its possible to enhance the search framework in Windows 8 to search for different categories for existing pages instead of performing a google/bing search (boring). No one cares about URL searching anymore that's a commodity. Now its time to search what we currently have open - cool.
If I have a video open and I want to be able to search for existing session currently playing videos and see and click…
3 votes -
Provide information about why a project needs to be converted
When loading a VS2010 solution in VS11 beta it displays a dialog (in some cases) saying that a project needs to be upgraded and that you can choose not to load the project. But it doesn't provide any information as to why the project needs to be modified. Therefore you have no context to determine whether you should or shouldn't upgrade the project.
3 votes -
Change MSBuild ItemGroup to have a BaseDir like Nant's FileSet.
In Nant, it is possible to add a base path to an item group like:
<fileset basedir="${source.dir}\Database\Bin\">
<include name="1.sql" />
<include name="2.sql" />
<include name="3.sql" />
</fileset>In MSBuild, I have to say something like:
<ItemGroup>
<File Include="$(BaseDir)\1.sql" />
<File Include="$(BaseDir)\2.sql" />
<File Include="$(BaseDir)\3.sql" />
</ItemGroup>Can we have something similar like this in msbuild:
<ItemGroup BaseDir="$(SourceDir)\Database\Bin\">
<File Include="1.sql" />
<File Include="2.sql" />
<File Include="3.sql" />
</ItemGroup>3 votes -
Please move the "Rebuild" menu option so that it is not directly next to the "Build" menu option .. +1 hour lost. :)
"Rebuild" and "Clean" need a seperator between them and "Build", or perhaps should be submenu options, or something. Anything that helps keep me from accidentally clicking "Rebuild" or "Clean" instead of "Build", blowing an hour of time.
3 votes -
Licence manager for applications?
The ability to give developers a customizable licence activation set of features! With mysql, sql or external database connection. Also making it possible to activate serial's and beta key's from online web apps made from coding languages such as php, perl, python etc.
3 votes -
Support to all Languages dynamically in single program, no need of libraries
Support to all Languages dynamically in single program e.g if we java with c in single program to make program efficient and fast to code. And there should be no libraries .
public class void//java code
{void main()//c/c++ code
{
}}
3 votes -
Allow the default namespace to be set for a project when it is created
When you create a new project the IDE asks for a name. This name is used to name the project file itself, the name of the folder the project files are placed in and the default namespace for the project.
If you choose to use a namespace-like project name (such as Company.Project.Data) to allow the default namespace to be set to the correct value, you're then faced with long folder and project names which can easily exceed the 240 character limit on file paths and cause errors in MSBuild.
If you choose a short name (e.g Data) you get short…
2 votes
- Don't see your idea?