Autocompletion/suggestions
-
- Posts: 6
- Joined: 20.04.2019 22:23
Autocompletion/suggestions
Hi. I'm working with HTML in cudatext, and I'm trying to get autocomplete/autosuggest to work, but not having any luck. I installed Complete to text, and also Autocomplete, but to no avail. What can I do to enable this plugin/feature?
Try this: menu File / New from template;
Then choose HTML lexer with "Redirection.html" item.
At the end of new HTML file, type
<t
and press Ctrl+Space.
I see listbox with variants:
Listbox shows on Ctrl+Space, or can be shown if typed N chars- for this use option "autocomplete_autoshow_chars".
Then choose HTML lexer with "Redirection.html" item.
At the end of new HTML file, type
<t
and press Ctrl+Space.
I see listbox with variants:
Cudatext option "autocomplete_html" must be true.table
tbody
td
....
Listbox shows on Ctrl+Space, or can be shown if typed N chars- for this use option "autocomplete_autoshow_chars".
-
- Posts: 6
- Joined: 20.04.2019 22:23
I can get it to work when I press ctrl+space, but automatically it doesn't work. I looked in Settings->Default, and looked for autocomplete_chars, and it's set at 0. What would I change it to? Also, I'm trying to execute javascript, but can't seem to run it in cuda. I have node.js installed, and I did the same process for setting up python, but I am unable to run javascript. What am I doing wrong?
Edit: I figured out how to run javascript!
Edit: I figured out how to run javascript!
-
- Posts: 6
- Joined: 20.04.2019 22:23