0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript4,064 forks (4,064 forks)batch import
feature-requesthelp wanted
Repository metrics
- Stars
- 46,002 stars (46,002 stars)
- PR merge metrics
- Avg merge 6h 26m (Avg merge 6h 26m)15 merged PRs in 30d (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
- Research direction
- Investigate the PHP language service configuration to enable HTML attribute completions. Look at how other languages like HTML or JavaScript handle completions and check if PHP mode is missing the HTML completion provider.
- Tech stack
- javascripttypescript
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- JavaScriptMonaco Editor internals