Microsoft/monaco-editor

PHP mode doesn't support HTML completions

Open

#2,548 opened on Jun 25, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (1,283 forks)batch import
feature-requesthelp wanted

Repository metrics

Stars
 (14,836 stars)
PR merge metrics
 (Avg merge 6h 26m) (15 merged PRs in 30d)

Description

When using PHP mode there is no HTML / JS completion.

To reproduce, go to the demo: https://microsoft.github.io/monaco-editor/ Select PHP mode. Inside a HTML tag press space and ctrl-space.

Expected result: See a list of HTML attributes

Actual result: No HTML results available.

Contributor guide