javascript - Is there an IDE for jquery similar to Visual Studio in that I can see where the definition of a function is via hotkey? -
is there ide jquery similar visual studio in can see definition of function via hotkey?
i'm wondering if there easier way of doing type of development goes beyond using notepad++. wonderful if see class defined right clicking instance , doing goto definition, etc.
typescript supports auto-completion variety of javascript libraries, including jquery. available visual studio 2012 plugin. alternatively try jetbrains webstorm, can auto completion or without typescript.
note javascript dynamic language , instance cannot deduce precise data typing before runtime. thus, ides cannot provide full autocompletion. particularly q&a discussion on topic can found here: https://softwareengineering.stackexchange.com/questions/131561/ides-for-dynamic-languages-how-far-can-you-get
Comments
Post a Comment