eclipse-theia/theia

vscode: support 'custom data' for HTML / CSS

Open

#8,819 opened on Dec 3, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (2,478 forks)batch import
help wantedvscode

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

Description

Bug Description:

The extensions that offer html customData aren't showing popup insight for those html tags.

Steps to Reproduce:

  1. Build the vscode extension for custom-data-sample from their vscode examples. (May need to update or remove publisher from package.json for this.)
  2. Install vsix.
  3. Restart workspace so that extension is reloaded (the customData extensions require reloads after installation so that the pacakge.json customdata stuff is read and used by the html language extensions)
  4. Create an html file
  5. Type <my-
    You should see <my-button offered in insight, but you do not.

I can offer the above vsix file for testing, or you can try some other files that do this.

Additional Information

Contributor guide