Sublime Text 3: AutoComplete from anywhere in whole project?

后端 未结 1 602
独厮守ぢ
独厮守ぢ 2021-02-20 01:11

I am wondering if there\'s any way to get smart autocompletion from anywhere in a Sublime project? I found cool package called All Autocomplete which indexes open tabs for auto

1条回答
  •  既然无缘
    2021-02-20 01:34

    Are you using PHP or Javascript? It can be enabling index project files: Preferences | Package Settings | SublimeCodeIntel | Settings – Default, change the codeintel_scan_files_in_project to true in PHP/Javascript.

    0 讨论(0)
提交回复
热议问题