-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emmet suggestions in php file is too noisy #29318
Comments
@roblourens You're not meant. This is for @ramya-rao-a |
Have you mapped PHP to html using emmet.syntaxProfiles setting ? |
Yes, I did. |
This is yet another case where it is better for language specific extensions to call emmet completion provider instead of the emmet extension itself trying to suggest completions in a language that is not pure markup language. The language specific extensions better understand their language and can trigger emmet completion provider at the right locations. See #29114 I'll disable the emmet completions for cases when |
Well, then I would expect that from the internal php extension. :/ |
@jens1o Yes, that is a very valid expectation :) @roblourens We talked about this yesterday. Do you mind if I create a new issue to track the discussion of having emmet support in the internal php extension? |
Created #29354 for emmet completion support in php extension Closing this issue as its no longer applicable now that emmet suggestions are disabled when using |
Note to verifier:
|
✅
Yes, but it expands to |
The verification step was more about testing general abbreviations, which work.
#29774 is tracking this particular case.
See #27611 |
@jens1o With all the improvements we did in 1.15, emmet suggestions in non html/css files has been greatly reduced. Therefore, I have set @roblourens found an issue for php, where this can still be noisy. See #32207 Can you add on to that issue if you find any other instances in php where you see the emmet suggestions as noise? |
@ramya-rao-a Yeah, I'm going to use that issue. Thanks for the heads up! |
(1 theme extensions excluded)
Steps to Reproduce:
emmet.php
.<?
(everything is normal)😢
The text was updated successfully, but these errors were encountered: