UmbSense
UmbSense copied to clipboard
Intellisense / Completion for Umbraco Backoffice UI Elements
After installing the extension I don't get any suggestions in html files.   
One of the last remaining attributes is umbNotifications. https://our.umbraco.com/apidocs/v8/ui/#/api/umbraco.directives.directive:umbNotifications I suspect this really is only used in core to put the notifications space in, unless we can come up with...
**For a vs-code version see branch : https://github.com/KevinJump/UmbSense/tree/vs-code** Creating the json files to define the tags seems like a lot of work, and all the data is already in the...
**For a vs-code version see branch : https://github.com/KevinJump/UmbSense/tree/vs-code** the extension uses json to define the html extension data, we are building a json file for each tag so we can...
**For a vs-code version see branch : https://github.com/KevinJump/UmbSense/tree/vs-code** the vs-code extension uses json files to define the tags, attributes and values. https://github.com/KevinJump/UmbSense/tree/vs-code/tags it seems to make sense to have a...