Hey. I noticed the variables don't get autocompleted, and That would be really useful... You could use this regex to match variable declarations : ``` (int|boolean|bool|long|char)\*{0,1} ([a-zA-Z]+) ```
Hey. I noticed the variables don't get autocompleted, and That would be really useful...
You could use this regex to match variable declarations :