Sublime Forum

Can't get autocomplete to work with included files

#1

hi there! i’m curious what i’m doing wrong.

i script VEX files for houdini and i’m trying to figure out why i can’t get the autocomplete to work when i type in a function name that is included in my #include section up top.

if i start typing createCube, it will not autocomplete it. (it’s a function in the included senFunctions.h)

what’s odd is that if i type out createCube() entirely and hover my mouse over, sublimeText says it’s a function from senFunctions.h so it does know it exists, but won’t autocomplete it so i wonder what is going wrong?

i also tried creating a project and adding the folder that the senFunctions.h file is in to the project’s watched folders but that didn’t help.

Here’s a pic showing that sublimeText does know it’s a function, so i don’t get why it doesn’t show up in the list of autocompletes…?

thanks in advance!
-seneca

0 Likes

#2

ST only completes items from indexed symbols, which have been used in current buffer already.

see:

0 Likes