Skip to content

Sublime

Gui Talarico edited this page May 30, 2018 · 6 revisions

Sublime Setup

  1. Make sure the Jedi Package is installed.
  2. Make sure autocompletion is working for your default python packages:

sublime-native

  1. 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

  1. Make sure the path to the stubs is correct
  2. Check your console, see if there are any errors
  3. Remove the index to force a rebuild

Images

sublime-demo sublime-settings-menu sublime-settings-menu

Clone this wiki locally