+32
Auto Complete searches entire project
Currently auto complete only searches the currently opened file for similar functions. The ability to make it search your entire project would be nice, and have the results be like:
[trying to autocomplete: "Commit"]
server/servercontrol.lua/CommitProperties
server/servercontrol.lua/CommitPlayers
server/serverdebug.lua/CommitDebugInformation
server/server.lua/CommitTime
client/client.lua/CommitData
Which will also show the location of the function or the variable you are looking to autocomplete.
[trying to autocomplete: "Commit"]
server/servercontrol.lua/CommitProperties
server/servercontrol.lua/CommitPlayers
server/serverdebug.lua/CommitDebugInformation
server/server.lua/CommitTime
client/client.lua/CommitData
Which will also show the location of the function or the variable you are looking to autocomplete.
Servicio de atención al cliente por UserEcho
Also a way to mark certain folders in your project to have auto complete search in. Like if i want to exclude a folder from autocomplete search i just right click it and press "Turn off autocomplete search in this folder"