eclipse-theia/theia

Embedded languages lack IntelliSense

Open

#8,591 opened on Oct 5, 2020

View on GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (2,478 forks)batch import
help wantedhtmlvscode

Repository metrics

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

Description

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:

Contributor guide