angularjs directive - Add intellisense in VS2017 for html attributes and element -
i'm using vs2017 (with new salsa javascript language service) project angularjs, creating html components. have js-doc installed, me lot intellisense js classes. want add intellisense custom elements custom attributes. exemple: create element: ax-dropdown-popup, attributes: datasource, item-id-field, item-display-field,popup-relative-left, etc.
what need have intellisense theses attributes when create html element ax-dropdown-popup?
Comments
Post a Comment