eclipse-theia/theia

vscode: support 'custom data' for HTML / CSS

Open

#8,819 建立於 2020年12月3日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)TypeScript (2,478 fork)batch import
help wantedvscode

倉庫指標

Star
 (18,676 star)
PR 合併指標
 (平均合併 15天 4小時) (30 天內合併 75 個 PR)

描述

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

貢獻者指南