1

Is it possible to trigger autocompletion in Brackets when you're in the middle of the word? When I start a new word it will trigger and show all the possibilities but after a typo and a backspace I lose this list. Is there a way to enable auto-completion so that it is always suggesting possible matches?

Deb
  • 1,098
  • 10
  • 22

2 Answers2

2

Ctrl + Space. Most of the IDE support this for auto completion.

peterflynn
  • 4,667
  • 2
  • 27
  • 40
Majeed Siddiqui
  • 548
  • 2
  • 9
  • Yes that works thank you, but I'm also looking for a solution that just shows the possible completions without having to press a shortcut – Deb Feb 10 '16 at 17:23
  • @Deb Try updating to newer version I am using the latest for windows it shows without pressing any keys. – Majeed Siddiqui Feb 10 '16 at 17:26
  • does it also show up when it went away after a typo and a backspace to correct that typo? – Deb Feb 10 '16 at 17:40
0

when i press Ctrl + Space without pressing any keys try to trigger auto suggest possible option, it doesn't work, cause the mac shortcuts setting use Ctrl + Space to change input source. you can change the mac shortcuts setting or the IDE keymap setting

Mac shortcuts setting

1

IDE keymap setting

2

vimuth
  • 5,064
  • 33
  • 79
  • 116
YiJie
  • 1