microsoft / vscode-custom-data

Documentation and sample for using VS Code custom data format
MIT License
188 stars 73 forks source link

Attributes description #50

Open roommek opened 1 year ago

roommek commented 1 year ago

Hi, is it possible to overwrite the default attribute description? In html.html-data.json, I define my custom tag with the attribute "id" and a description for that attribute. Now I want vs-code to display my id attribute description when I enter it in the html file, but instead vs-code displays the description provided by MDN. Is it possible for my custom description to override the one provided by MDN?