eclipse-theia/theia

Embedded languages lack IntelliSense

Open

#8,591 建立於 2020年10月5日

在 GitHub 查看
 (1 留言) (1 反應) (0 負責人)TypeScript (18,676 star) (2,478 fork)batch import
help wantedhtmlvscode

描述

Bug Description:

Languages that support embedded languages in an extension, when editing a part of a file where the embedded language is, IntelliSense doesn't work.

Steps to Reproduce:

  1. Create a HTML file.
  2. Add a SCRIPT tag.
  3. Add some JavaScript code in the tag.
  4. Initiate IntelliSense with Ctrl+Space, in VSCode the language Server is initiated and a list of attributes/functions are displayed, in theia it does not.

Additional Information

  • Operating System:
  • Theia Version:

貢獻者指南