Microsoft/monaco-editor

PHP mode doesn't support HTML completions

Open

#2.548 geöffnet am 25. Juni 2021

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (1.283 Forks)batch import
feature-requesthelp wanted

Repository-Metriken

Stars
 (14.836 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6h 26m) (15 gemergte PRs in 30 T)

Beschreibung

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