-
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
[CLOSED] Tab no longer inserts code hints #4573
Comments
Comment by peterflynn Sure sounds like we need a preference for this! I still hate using Tab for code hints because it interferes with snippet expansion (in extensions like Emmet). (It's possible to have both features work at once, as evidenced by IDEs like Webstorm/IntelliJ, but we'd have to do a bunch of architectural changes first -- #4660 -- and in the meantime I still wouldn't be able to use Tab for snippets). |
Comment by pthiess
|
Comment by iwehrman Another data point: the Chrome Dev Tools only use tab for committing hints, while enter dismisses the hint list. |
Comment by peterflynn ...which is why I hate the code hints in Chrome Dev Tools :-) (that and I can never quite get the behavior for multiple results / ambiguous prefix to feel predictable) |
Comment by peterflynn
|
Comment by iwehrman I'll close it! |
Comment by njx Someone asked for this on Twitter. We should remember to make this a preference eventually...not sure the best way to track that. |
Comment by peterflynn
|
Comment by njx Oh cool, didn't know we had that story. |
Comment by Wikunia A user asked me to support this in my extension. Is there any way at the moment for an extension developer to call function |
Issue by iwehrman
Tuesday Aug 27, 2013 at 18:43 GMT
Originally opened as adobe/brackets#4963
Pull #4916 disabled use of the tab key for inserting the selected code hint, but I really like inserting code hints with the tab key! Dreamweaver, Sublime Text, WebStorm, Ace and the TypeScript web editor also allow hints to be inserted with tab key. (Eclipse, however, does not support inserting hints with the tab key.)
I say we bring back the tab key. Who's with me!?
The text was updated successfully, but these errors were encountered: