-
Notifications
You must be signed in to change notification settings - Fork 80
Sublime
Gui Talarico edited this page May 30, 2018
·
6 revisions
- Make sure the Jedi Package is installed.
- Make sure autocompletion is working for your default python packages:
- Configure Sublime Jedi's settings
This will tells the autocomplete engine where to "crawl" to find the stub files. Your settings should look something like this:
{
"python_package_paths": ["C:\\Path\\To\\ironpython-stubs\\release\\stubs.min"],
"sublime_completions_visibility": "default",
"auto_complete_function_params": "required",
"logging_level": "warn",
}
- Make sure the path to the stubs is correct
- Check your console, see if there are any errors
- Remove the index to force a rebuild