General ASP.NET
-
Knockout Intellisense for databinding to a specific ViewModel using Design Time Comment like in XAML
It would be helpful if they allowed you to add a html comment specialized in letting the designer know that a specific region is using a specific JavaScript file that represents the view model. That way when the designer can’t figure it out, we can override it to be very specific. This would be very similar to the design time XAML syntax you can use to tell it the data bind type.
147 votescomments will be supported when Web Tools 2012.2 reaches RTM
-
Support Script# and give us an answer to the Google Web Toolkit.
I would love to use Script# similar to how Google Web Toolkit works. Your Javascript story is still pretty weak in terms of allowing us to easily make complicated AJAX applications.
199 votesKnockout, SPA, Upshot and other JS libraries are being worked on and combined now to make this a better story.
-
New membership provider interface supporting redirection-based login
OpenID, ADFS, and other redirection-based login protocols don't fit the membership provider interface at all. Please add an interface that can be implemented by an OpenID library decently.
662 votes -
Integrated ftp uploader for website files.
In most case scenarios I'm uploading my website files using ftp and publishing tool is very uncomfortable.Meanwhile not all hosting companies are giving full access to their servers.
I remember in VS2005 there was an extension named Dispatch. It was very comfortable, right click, upload and file is on deployment server.
I think this can really save a lot of development time.151 votesComing to Visual Studio 2013
-
94 votes
LESS and SASS, but not SCSS for now
-
Global intellisense for javascript and css in Visual Studio
Would be nice if Visual Studio would inspect the javascript and css files in the project and show intellisense for the files in partials, user control, master pages, pages, etc.
1,195 votesFor those of you who haven’t checked out the Visual Studio 11 Developer Preview, you’ll find this requested feature in there.
-
Add IntelliSense for CSS Selectors
Can you add IntelliSense support for CSS selectors in stylesheets?
You can autocomplete all HTML tag names, all pseudo-classes (preferably with parameter hints) and pseudo-elements, and all IDs and classes that appear in other selectors in that or other stylesheets.
62 votes -
Make MEF available natively on MVC
The injection of controllers work with MEF
35 votes -
Use virtual file system for ASP.NET Bundling & Minification
Make ASP.NET Bundling & Minification (System.Web.Optimization) using the virtual file system to support bundling and minification of virtual files.
56 votes -
Make intellisense track included JavaScript ressources via @Url.Content("...") etc.
Including a ressource using the following works. So Intellisense is available for the included ressource.
<script type="text/javascript" scr="/path/to/file.js"></script>
But as always, paths are note absolute. So asp.net mvc offers Url.Content("...") to dynamically generate the correct path to the requested file no matter where the application is placed in the web folder hierarchy.
So it would be very nice if you could make Intellisense also track paths specified in @Url.Content("") so that it is available for includes JS classes/functions.
5 votesThis will be in the final version of Visual Studio 2013
-
Auto-minify javascript either on publish or as an IIS feature
Auto-minify javascript either on publish or as an IIS feature, stripping out space, comments, possibly even merging js files?
2 votes -
Add CSS IntelliSense for !important
Can you autocomplete !important if we type ! at the end of a CSS property?
2 votesGreat idea!
-
code outlining for razor
Code Outlining for Razor on Web Pages
like on html or c#, the colapse block of code (-) or expand (+).
Thanks,
Oscar Azevedo12 votes -
In the copy web site box, allow me to compare two files.
Before (or instead of) copying a file from one site to another it would be very useful to be able to compare the two files to see what differences there are.
1 voteHi BWK, we are currently investing to make the Web App project and Website publishing experience the same. We are bringing all the Web app project publish experience to Websites.
We are also interested in having a feature like you state on the Publish dialog. Since Copy Website is only for websites we are likely to invest in the compare feature for the publish dialog since it is shared with both Web app project and Websites.
-
Code snippet for Linear Gradient and Intellisense friendly
Please implement the code snippet for CSS Linear Gradient in VS11.
For an instance:
background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 36%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(36%,#dbdbdb), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 36%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 36%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 36%,#fefefe 100%); /* IE10+ */
background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 36%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */When the first highlighted parameter should be the angle then hitting <enter> should take to next parameter and…
16 votesThis will be availble in Web Essentials 2012 first, and then coming later fully supported
- Don't see your idea?