Skip to main content

All Questions

1 vote
0 answers
126 views

Ctrl+space autocompletion for TernJS (ST3)

I have a problem getting Ctrl+space autocompletion working per TernJS description (Sublime Text 3). Autocompletion as such seems to work, because if I define bbb variable as string per below, type .t,...
LetMeSOThat4U's user avatar
1 vote
1 answer
996 views

SublimeText XML completions file

I apparently can't get autocompletion to work in my XML files. Here is my xml.sublime-completions file, which I added to the User folder: { "scope": "text.xml", "completions": [ { "...
Alexei Danchenkov's user avatar
5 votes
1 answer
11k views

Sublime Text 3: How to enable autocomplete with Tab and Enter / Return

When I first select a choice with the Tab key from the list of choices, the autocomplete choice is not committed, when I come back and try again, it works. Why does it work the second time and fail ...
Noffica's user avatar
  • 295
1 vote
2 answers
5k views

Sublime text auto semicolon

Is it possible to automatic add semicolon in sublime? // 1 Route::get(| // 2 Route::get(|); After closing bracket insert ; at the end of line?
Sonique's user avatar
  • 193