General ASP.NET
-
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,150 votesFor those of you who haven’t checked out the Visual Studio 11 Developer Preview, you’ll find this requested feature in there.
-
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.
144 votescomments will be supported when Web Tools 2012.2 reaches RTM
-
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.
50 votes -
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.
647 votes -
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.
189 votesKnockout, SPA, Upshot and other JS libraries are being worked on and combined now to make this a better story.
-
86 votes
LESS and SASS, but not SCSS for now
-
Add Twitter Bootstrapper Template with jQuery in ASP.Net project template
I could see jQuery UI and Modernizer support in asp.net web application project. Meanwhile we are looking more rich UI building blocks like Twitter Bootstrapper. Something like http://addyosmani.github.io/jquery-ui-bootstrap/index.html, which works with jQuery
8 votesWe plan to make all of our web application templates use Bootstrap in our next release.
-
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 -
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 -
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.
60 votes -
Add CSS IntelliSense for !important
Can you autocomplete !important if we type ! at the end of a CSS property?
2 votesGreat idea!
-
Make MEF available natively on MVC
The injection of controllers work with MEF
34 votes -
list functions in top of javascript editor for jumping in text as in editor cs files
Chose box of list funtions in Web Developer. Help to easy find need functions.
As classes box in c# file editor in Visual Studio
1 voteMoved to Visual Studio in consolidating JavaScript tooling – http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3346340-list-functions-in-top-of-javascript-editor-for-jum
-
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?