+31

Auto Complete searches entire project

Zachary Nawar 12 лет назад обновлен Joel Thornton 12 лет назад 3
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.
+3
Also setting to change case-sensitivity
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"
Check out the SublimeCodeIntel plugin, which does a quite nice job of meeting this goal, in addition to being syntax-aware for many programming languages. https://github.com/Kronuz/SublimeCodeIntel

Note if you have install issues, be sure to try restarting Sublime at the point of failure; that's what got it to install properly for me.

Сервис поддержки клиентов работает на платформе UserEcho