# Autocomplete Ace Editor

**URL:** https://discourse.nodered.org/t/autocomplete-ace-editor/7231
**Category:** General
**Created:** [25 January 2019 06:29 UTC](https://discourse.nodered.org/t/autocomplete-ace-editor/7231 "2019-01-25T06:29:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Naes0](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/naes0/32/5311_2.png) [@Naes0](https://discourse.nodered.org/u/Naes0)
#### Post date: [25 January 2019 06:29 UTC](https://discourse.nodered.org/t/autocomplete-ace-editor/7231/1 "2019-01-25T06:29:07Z")

</div>

Is there anyway to enable autocomplete for the ace editor?  
The ace editor comes with it as an option now. Is there a way to edit this configuration for node-red.  
It should be as simple as:

ace.require("ace/ext/language\_tools");  
var editor = ace.edit("editor");  
editor.setOptions({  
enableBasicAutocompletion: true  
});

---

<div class="post-metadata">

### Author: ![Naes0](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/naes0/32/5311_2.png) [@Naes0](https://discourse.nodered.org/u/Naes0)
#### Post date: [25 January 2019 07:03 UTC](https://discourse.nodered.org/t/autocomplete-ace-editor/7231/2 "2019-01-25T07:03:17Z")

</div>

Never mind realised you could use "Alt+Space" to bring up the autocomplete window. Would be cool if it was always enabled though.

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [25 January 2019 09:45 UTC](https://discourse.nodered.org/t/autocomplete-ace-editor/7231/3 "2019-01-25T09:45:03Z")

</div>

When you say 'always enabled' what do you mean? Prompting for completions without the keyboard shortcut? That will always be a personal preference - some developers don't like it, some do. Right now we don't have anywhere to store that sort of option, but something to consider in the future.
