srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

How to define a "project"? #228

Closed xianggithubli closed 6 years ago

xianggithubli commented 6 years ago

I want edit my project config file. According to the readme ,"By default project config name is .sublime-project", so the "project" is the folder that holds the project py file?

srusskih commented 6 years ago

Sublime uses first "folder" from folders option, as a project folder

Here some information about ST3 and projects https://www.sublimetext.com/docs/3/projects.html

a point in a sublime jedi code: https://github.com/srusskih/SublimeJEDI/blob/master/sublime_jedi/utils.py#L243