Jump to JS function from html object id or class name

Hello.
Is it possible?
I want see action like ctrl+click on css class (when IDE go to CSS style file).

Извините, за язык, похожий на английский.
Возможно ли сейчас, или планируется в будующем
механизм, аналогичный клику на css-классе, приводящий к переходу на редактирование свойств класса.
Хочется получить такое-же поведение для перехода на js-функции (jQuery), связанные с этим css-классом или id объекта.

Спасибо.

0
1 comment
Avatar
Permanently deleted user

I'm not a WebIDE developer, but try reply:
jQuery contains many methods for manipulating HTML objects - starting from simple $("#element-id") and ending complicated filters, intermidiate conditions, events (live, bind etc). All they using different syntax and use HTML tag, id or class name as paremeters it own string-based syntax. It's not common feature - this is specialised jQuery thing and I don't think so WebIDE developers will be implement some feature for jQuery internal syntax only. IMHO simple find-text function in IDE with text "#some-id" and "whole word" options show to You all code lines with possible access ti HTML tag with this ID.

0

Please sign in to leave a comment.