-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't accept code hints with Enter or Tab if using Emmet plugin #12222
Comments
This is a related case of issue reported in #2353. The preferred fix would be for CodeHintManager to get the key event before the Editor. Otherwise, I think we'd need an API call that Commands could use to determine if Code Hints are displayed (or more generically, if they can execute command). |
I don't think this is important for sprint 19. It needs some research. |
|
|
I installed Bracket Sprint 19, issue still there. |
OK, I made a few updated for Brackets plugin:
|
|
|
|
It looks like #4110 might make it so |
Using Release 1.5 build 1.5.0-16538 and latest Emmet 1.2.2 and this issue is still existing. Any ideas for the workaround? |
Sunday Dec 30, 2012 at 07:24 GMT
Originally opened as adobe/brackets#2455
Started using Emmet plugin in Brackets (Sprint 18) and noticed that intellisense gets affected by the plugin.
As I type
<sc
for<script>
, options show below for matching tags. But when I selected one by the down arrow key and pressed Enter,instead of completing
<sc
, it inserted new line in the code, without completing<script
. Happened with other tags too.Auto completion using Tab key also doesn't work, as Emmet plugin inserts tag for incomplete word. That is, type
<sc
and press tab key, instead of inserting<script
, it inserts<<sc></sc>
due to Emmet plugin.Removed the Emmet plugin and tags started to auto complete again using Enter/Tab.
The text was updated successfully, but these errors were encountered: