Sublime - gtalarico/ironpython-stubs GitHub Wiki
Sublime Setup
- 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",
}
Troubleshooting
- 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