Microsoft/monaco-editor
Auf GitHub ansehenPHP mode doesn't support HTML completions
Open
#2.548 geöffnet am 25. Juni 2021
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.