When developing using c++, I need autocomplete but I don’t want it to suggest things for all the cpps on my computer. I want it to suggest autocomplete only on the cpp that I am using, that is, I write a variable or function and then it suggests these to me after having written it once.
Excessive autocomplete
bschaaf
#2
Are you opening your entire home folder in Sublime Text? Sublime Text only provides auto-complete for opened folders, not your entire computer.
0 Likes