Issues installing or uninstalling editor plugins
Common Issues
These are the common issues that you may encounter when installing Kite's editor plugins.
On Windows, Kite cannot detect editors installed outside of the C:\
drive
Kite currently only looks for editors installed in the C:\
drive. However, if you've installed your editor outside of the C:\
drive, you should still be able to install Kite's plugin as long as your editor is running while you are accessing the plugin manager.
On Linux, Kite cannot detect JetBrains editors in certain directories
Kite currently only looks for JetBrains editors installed in /snap
, /opt
and /.local/share/JetBrains/Toolbox
. However, if you've installed your editor outside of these directories, you should still be able to install Kite's plugin as long as your editor is running while you are accessing the plugin manager.
Kite cannot detect my editor even when it is running
Please open a issue in our GitHub repository so that we can fix our plugin manager to be able to support your configuration. When opening your issue, please include:
- What OS you're using.
- What editor you're using and its version.
- The full file system path of where your editor is installed.
- The process name of the editor.
In the meantime, you can manually install Kite's editor plugins by following the instructions below.
- Atom: The Atom plugin's GitHub repository has instructions on how to manually install the plugin.
- JetBrains: Download the JetBrains plugin and then manually install it from disk.
- Sublime: The Sublime plugin's GitHub repository has instructions on how to manually install the plugin.
- Vim: The Vim plugin's GitHub repository has instructions on how to manually install the plugin.
- VS Code: The VS Code plugin's GitHub repository has instructions on how to manually install the plugin.
I cannot uninstall the plugin because my editor is running
Please check that there are no running instances of your editor in your system's process list.
- On macOS, check the Activity Monitor.
- On Windows, check the Task Manager.
- On Linux, check the System Monitor.
If there are running instances of your editor, exit the processes manually and try uninstalling again.
Furthermore, if you are using PyCharm, ensure that PyCharm's update manager fsnotifier
is not running.