mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 07:40:22 -04:00
Enable local autocomplete
This commit is contained in:
parent
a5695e896b
commit
83516f562b
1 changed files with 2 additions and 2 deletions
|
@ -197,11 +197,11 @@ module.exports = class SpellView extends CocoView
|
|||
@zatanna = new Zatanna @ace,
|
||||
basic: false
|
||||
liveCompletion: false
|
||||
snippets: @autocomplete
|
||||
snippetsLangDefaults: false
|
||||
completers:
|
||||
keywords: false
|
||||
text: false
|
||||
snippets: @autocomplete
|
||||
text: @autocomplete
|
||||
autoLineEndings:
|
||||
javascript: ';'
|
||||
popupFontSizePx: 16
|
||||
|
|
Loading…
Add table
Reference in a new issue