General

I suggest you ...

You've used all your votes and won't be able to post a new idea, but you can still search and comment on existing ideas.

There are two ways to get more votes:

  • When an admin closes an idea you've voted on, you'll get your votes back from that idea.
  • You can remove your votes from an open idea you support.
  • To see ideas you have already voted on, select the “My feedback” filter and select “My open ideas”.
(thinking…)
Reset

Enter your idea and we'll search to see if someone has already suggested it.

If a similar idea already exists, you can vote and comment on it.

If it doesn't exist, you can post your idea so others can vote on it.

Enter your idea and we'll search to see if someone has already suggested it.

  • Hot ideas
  • Top ideas
  • New ideas
    1. Syntax support for less css

      Less css (http://lesscss.org/) is becoming increasingly popular and it would be great if syntax support could be added for it

      6 votes
      Vote 0 votes Vote Vote
      Vote
      Sign in
      Check!
      (thinking…)
      Reset
      or sign in with
      • facebook
      • google
        Password icon
        I agree to the terms of service

        You'll receive a confirmation email with a link to create a password (optional).

        Signed in as (Sign out)
        You have left! (?) (thinking…)
      • Don't override Visual Studio's formatting style

        I've set the formatting style for CSS to "expanded", and the extension is overriding it. Please either disable it or add an option to turn it on and off.
        Disabling the extension for now.

        6 votes
        Vote 0 votes Vote Vote
        Vote
        Sign in
        Check!
        (thinking…)
        Reset
        or sign in with
        • facebook
        • google
          Password icon
          I agree to the terms of service

          You'll receive a confirmation email with a link to create a password (optional).

          Signed in as (Sign out)
          You have left! (?) (thinking…)
        • Don't automatically add a newline on selecting auto-completion property

          When typing css, if enter is pressed to select an auto-completed property name, don't add a newline. Alm by css properties go onto one line, and this feature spoils an otherwise great tool. Useful for some i'm sure, so allow users to turn it on or off.

          6 votes
          Vote 0 votes Vote Vote
          Vote
          Sign in
          Check!
          (thinking…)
          Reset
          or sign in with
          • facebook
          • google
            Password icon
            I agree to the terms of service

            You'll receive a confirmation email with a link to create a password (optional).

            Signed in as (Sign out)
            You have left! (?) (thinking…)
          • JavaScript outlining: Collapse to Definitions

            The JavaScript outlining is something I've wanted for ages, thank you so much.

            One thing, can collapse to definitions (ctrl+m,ctrl+o) be made to work correctly? At the moment it seems to do the opposite of what you would expect, it's expands all the collapsed sections :\

            Thanks :)

            10 votes
            Vote 0 votes Vote Vote
            Vote
            Sign in
            Check!
            (thinking…)
            Reset
            or sign in with
            • facebook
            • google
              Password icon
              I agree to the terms of service

              You'll receive a confirmation email with a link to create a password (optional).

              Signed in as (Sign out)
              You have left! (?) (thinking…)
            • Bug: Javascript outlining confused when braces on one line

              If I write a function like this the outlining works as expected:

              function Save(text) {
              if (text) {
              doSomething();
              }
              }

              However if I write the same function like this the outlining bugs and doesn't collapse to the header:

              function Save(text) {
              if (text) { doSomething(); }
              }

              7 votes
              Vote 0 votes Vote Vote
              Vote
              Sign in
              Check!
              (thinking…)
              Reset
              or sign in with
              • facebook
              • google
                Password icon
                I agree to the terms of service

                You'll receive a confirmation email with a link to create a password (optional).

                Signed in as (Sign out)
                You have left! (?) (thinking…)
              • Minify all files in folder

                It will be nice to be able to minify all CSS and JavaScript files in a folder with just one command.

                1 vote
                Vote 0 votes Vote Vote
                Vote
                Sign in
                Check!
                (thinking…)
                Reset
                or sign in with
                • facebook
                • google
                  Password icon
                  I agree to the terms of service

                  You'll receive a confirmation email with a link to create a password (optional).

                  Signed in as (Sign out)
                  You have left! (?) (thinking…)
                • Allow customization of IDE colors

                  I should be able to change the colors of highlighting and such added by this extension. For example, I can't change the Brace highlighting colors. Additionally, the same-word-highlighting colors seems unchangable. Am I just doing something wrong?

                  7 votes
                  Vote 0 votes Vote Vote
                  Vote
                  Sign in
                  Check!
                  (thinking…)
                  Reset
                  or sign in with
                  • facebook
                  • google
                    Password icon
                    I agree to the terms of service

                    You'll receive a confirmation email with a link to create a password (optional).

                    Signed in as (Sign out)
                    You have left! (?) (thinking…)
                  • Add Auto Sprite Capabilities

                    It would be nice to add sprite functionality to the css editor. Especially sprite all background images. Thanks!

                    2 votes
                    Vote 0 votes Vote Vote
                    Vote
                    Sign in
                    Check!
                    (thinking…)
                    Reset
                    or sign in with
                    • facebook
                    • google
                      Password icon
                      I agree to the terms of service

                      You'll receive a confirmation email with a link to create a password (optional).

                      Signed in as (Sign out)
                      You have left! (?) (thinking…)
                    • Go To Definition for JavaScript

                      Provide a 'Go To Definition' item in the context menu when you right-click on a function call in javascript. This would be especially valuable when maintaining complex javascript libraries when you don't know if the function is defined in the same .js or elsewhere in the project.

                      40 votes
                      Vote 0 votes Vote Vote
                      Vote
                      Sign in
                      Check!
                      (thinking…)
                      Reset
                      or sign in with
                      • facebook
                      • google
                        Password icon
                        I agree to the terms of service

                        You'll receive a confirmation email with a link to create a password (optional).

                        Signed in as (Sign out)
                        You have left! (?) (thinking…)
                      • Don't override Visual Studio scrolling keys

                        Normally, in Visual Studio, Ctrl+Up/Down scrolls text. However, that functionality ceases to work once Web Essentials is installed, even though the Keyboard settings in VS Options still show Ctrl+Up/Down as bound to scrolling.

                        Probably the best solution would be to only override the keys when the cursor is on a number that supports changing.

                        Another option is to allow the increment/decrement feature to be disabled.

                        9 votes
                        Vote 0 votes Vote Vote
                        Vote
                        Sign in
                        Check!
                        (thinking…)
                        Reset
                        or sign in with
                        • facebook
                        • google
                          Password icon
                          I agree to the terms of service

                          You'll receive a confirmation email with a link to create a password (optional).

                          Signed in as (Sign out)
                          You have left! (?) (thinking…)
                        • Bug: The Brace matching not right when i type text have brace.

                          In JavaScript Editing the Brace matching not right when i type text have brace "{}". Example:
                          function Foo {
                          "Page {0} of {1}".replace("{0}", x).replace("{1}", y);
                          }

                          12 votes
                          Vote 0 votes Vote Vote
                          Vote
                          Sign in
                          Check!
                          (thinking…)
                          Reset
                          or sign in with
                          • facebook
                          • google
                            Password icon
                            I agree to the terms of service

                            You'll receive a confirmation email with a link to create a password (optional).

                            Signed in as (Sign out)
                            You have left! (?) (thinking…)
                          • CSS preview (bubble) feature locks up image files

                            CSS image preview feature (e.g. background-image: url(...); ) seemed causing a lock to the referenced image file unless VS itself is closed. This made it hard to replace a file during development... Is it possible to open them unlocked? Thanks for the great extension.

                            2 votes
                            Vote 0 votes Vote Vote
                            Vote
                            Sign in
                            Check!
                            (thinking…)
                            Reset
                            or sign in with
                            • facebook
                            • google
                              Password icon
                              I agree to the terms of service

                              You'll receive a confirmation email with a link to create a password (optional).

                              Signed in as (Sign out)
                              You have left! (?) (thinking…)
                            • Autocomplete CSS Selector

                              It would be great to have IntelliSense for CSS selectors in addition to rules.

                              It could include all HTML tags, all CSS classes and IDs that appear in all CSS files in the project, and (best & hardest) all CSS classes and IDs that appear in HTML & ASPX & Razor pages, preferably including @class="..." in MVC helpers.

                              22 votes
                              Vote 0 votes Vote Vote
                              Vote
                              Sign in
                              Check!
                              (thinking…)
                              Reset
                              or sign in with
                              • facebook
                              • google
                                Password icon
                                I agree to the terms of service

                                You'll receive a confirmation email with a link to create a password (optional).

                                Signed in as (Sign out)
                                You have left! (?) (thinking…)
                              • Allow Visual Studio Validate {$Something} in html editor.

                                http://stackoverflow.com/questions/8425846/how-to-allow-visual-studio-validate-something-in-html-editor
                                -----------------------------------------------------
                                In Visual Studio HTML Editor (aspx webform / mvc) i have some code:

                                <tr id="${PropertyKey}">
                                <td title="DataModeHtml">
                                <input type="checkbox" ${DataModeHtml} value="${DataModeKey}"/>
                                </td>
                                <td title="PropertyCode">
                                ${PropertyCode}
                                </td>
                                </tr>
                                I use jTemplate to render ${DataModeHtml} to [checked='checked'] or [string.Empty]. All okie, but Visual Studio "Warning" in editor Error List: "Validation (XHTML 1.0 Transitional): Attribute 'DataModeHtml' is not a valid attribute of element 'input'."

                                1 vote
                                Vote 0 votes Vote Vote
                                Vote
                                Sign in
                                Check!
                                (thinking…)
                                Reset
                                or sign in with
                                • facebook
                                • google
                                  Password icon
                                  I agree to the terms of service

                                  You'll receive a confirmation email with a link to create a password (optional).

                                  Signed in as (Sign out)
                                  You have left! (?) (thinking…)
                                • Make all WebEssentials functions optional

                                  Many of us will already have PowerTools plugin, CodeRush, JustCode, etc.

                                  All these plugins and extensions overlap, so someone has to provide enable/disable...

                                  56 votes
                                  Vote 0 votes Vote Vote
                                  Vote
                                  Sign in
                                  Check!
                                  (thinking…)
                                  Reset
                                  or sign in with
                                  • facebook
                                  • google
                                    Password icon
                                    I agree to the terms of service

                                    You'll receive a confirmation email with a link to create a password (optional).

                                    Signed in as (Sign out)
                                    You have left! (?) (thinking…)
                                  • Make compatible with VS11

                                    I have switched to VS11 as my primary web development environment, and am sad I am missing out on many of the web essentials features.

                                    10 votes
                                    Vote 0 votes Vote Vote
                                    Vote
                                    Sign in
                                    Check!
                                    (thinking…)
                                    Reset
                                    or sign in with
                                    • facebook
                                    • google
                                      Password icon
                                      I agree to the terms of service

                                      You'll receive a confirmation email with a link to create a password (optional).

                                      Signed in as (Sign out)
                                      You have left! (?) (thinking…)
                                    • Marking unused css selectors

                                      Marking unused css selectors will be very helpful to rid of redundants code used in working process. Also helps to minify CSS file.
                                      http://twitpic.com/6z4b75

                                      43 votes
                                      Vote 0 votes Vote Vote
                                      Vote
                                      Sign in
                                      Check!
                                      (thinking…)
                                      Reset
                                      or sign in with
                                      • facebook
                                      • google
                                        Password icon
                                        I agree to the terms of service

                                        You'll receive a confirmation email with a link to create a password (optional).

                                        Signed in as (Sign out)
                                        You have left! (?) (thinking…)
                                      • Go To Definition to CSS classes

                                        in the HTML Editor, when the user selects a css class in a line such as:
                                        <div class="header">
                                        when the user clicks on the "header" class, it navigates to the class in the css file, or offers (through a smart tag) to create a new class.

                                        26 votes
                                        Vote 0 votes Vote Vote
                                        Vote
                                        Sign in
                                        Check!
                                        (thinking…)
                                        Reset
                                        or sign in with
                                        • facebook
                                        • google
                                          Password icon
                                          I agree to the terms of service

                                          You'll receive a confirmation email with a link to create a password (optional).

                                          Signed in as (Sign out)
                                          You have left! (?) (thinking…)
                                        • CSS Extraction

                                          You can click on an inline style and it's extracted to either an in page style or a CSS file (CSS refactoring)

                                          16 votes
                                          Vote 0 votes Vote Vote
                                          Vote
                                          Sign in
                                          Check!
                                          (thinking…)
                                          Reset
                                          or sign in with
                                          • facebook
                                          • google
                                            Password icon
                                            I agree to the terms of service

                                            You'll receive a confirmation email with a link to create a password (optional).

                                            Signed in as (Sign out)
                                            You have left! (?) (thinking…)
                                          • Convert from base64 encoded image

                                            When needing to edit base64 encoded image i need to convert it back to png and edit in photoshop

                                            8 votes
                                            Vote 0 votes Vote Vote
                                            Vote
                                            Sign in
                                            Check!
                                            (thinking…)
                                            Reset
                                            or sign in with
                                            • facebook
                                            • google
                                              Password icon
                                              I agree to the terms of service

                                              You'll receive a confirmation email with a link to create a password (optional).

                                              Signed in as (Sign out)
                                              You have left! (?) (thinking…)
                                            ← Previous 1
                                          • Don’t see your idea?
                                          • Post a new idea…
                                          • General

                                            Knowledge Base and Helpdesk