A lot of text editors / IDEs allow to confirm the selected autocomplete option with the tab key. Brackets currently responds just to the enter key. Please add the tab key support.
Hello @doodack!
You can already do that. Open your preferences file via the Debug and add "insertHintOnTab": true, to it.
Great, thanks a lot! If it only was less hidden...
@sbruchmann we have preferences UI on our backlog https://trello.com/c/MGc6r48P. Closing.
thanks @sbruchmann ! I was searching for this option! 馃憤
+1 glad I found this. I'm a new user and hadn't found the prefs yet.
@win32ce Debug -> Open Preference file
Most helpful comment
Hello @doodack!
You can already do that. Open your preferences file via the
Debugand add"insertHintOnTab": true,to it.