I suggest you ...

javascript code map

All js-developers need such javascript outline panel:
http://visualstudiogallery.msdn.microsoft.com/288a2b0f-1357-47b4-8215-1134c36bdf30

Its should be better.
Also please, make the 'go to definition' and other inlellisence features.

106 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    qstreamqstream shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    3 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...
      • qstreamqstream commented  ·   ·  Flag as inappropriate

        also there should be a hierarchy navigation path line over the editor.
        It really awesome to go to some part of code just clicking it in the path line.
        For example, that can contain such code path: "anonymous/obj1/setName/obj2/_somFn" when '_somFn' function is focused:
        (function(){
        var obj1 = {
        setName:function(){
        var obj2 = {
        _somFn:function(){ /*cursor is here!*/ }
        };
        }
        };
        })

      • MuuMuu commented  ·   ·  Flag as inappropriate

        +3 For "Go To Definition" and "Find all references" in Javascript.
        Will of course not be perfect due to the lack of type safety but just a nice UI for smart "grep"ing of the javascript-code would be a huge improvement.

      Feedback and Knowledge Base