0
Under review

Question: Autocomplete self defined variables and functions

psmuler 2 years ago in General updated 2 years ago 2

Hello.

I have started using textastic.

This is really great app to work with, but I couldn’t figure out if there is function to autocomplete my self defined variables and functions.


I know there already exists a function to autocomplete standard functions, for example, 

when you type “func…” and then tap Tab key, there appears:
function name() {

}

or “al” and tab then alert( )

but for var someThing, or function someFunc(){},

even if you type “some…” it does not show option to select from “someThing” or ”someFunc”.

we usually use self stated variables and functions for many times, and each time we are anxious for mistyping.

And so basically superior code editor has a function to autocomplete those - often little bit lengthy - names.

I hope anyone tell me how to enable that functionality.

Thank you.

Under review

Hello,

currently code completion only works for a pre-defined set of functions and does not include user-defined functions.

Hello, Blach!

Thanks for reply.

I'm really happy if textastic complete the completion.