I am working in the js files for the admin and I can't get any proper sort of intellisense working.
I have created a _references.js file will all js files in umbraco and then referenced that at top of file I am working on but it give the "intelisense was not able to create an accurate list" warning and isn't helpful as I can't drill down into object properties or look at definitions.
Sounds like you're editing javascript files inside the Umbraco bakcoffice? Currently there is no intellisense as such apart from some color coding. If you need intellisense for JavaScript you should probably edit the JavaScript files outside of Umbraco using an editor like Sublime Text, Visual Studio or WebStorm. I think WebStorm is targeted for devs' who want JS intellisense.
How to get intellisense working in js files?
I am working in the js files for the admin and I can't get any proper sort of intellisense working.
I have created a _references.js file will all js files in umbraco and then referenced that at top of file I am working on but it give the "intelisense was not able to create an accurate list" warning and isn't helpful as I can't drill down into object properties or look at definitions.
Can anyone help me?
Hi Mike
Sounds like you're editing javascript files inside the Umbraco bakcoffice? Currently there is no intellisense as such apart from some color coding. If you need intellisense for JavaScript you should probably edit the JavaScript files outside of Umbraco using an editor like Sublime Text, Visual Studio or WebStorm. I think WebStorm is targeted for devs' who want JS intellisense.
Hope this helps.
/Jan
is working on a reply...