Full-featured code intelligence and smart autocomplete plugin for Sublime Text, supporting over 30 programming languages.
SublimeCodeIntel is a plugin for Sublime Text that provides full-featured code intelligence and smart autocomplete capabilities. It interfaces with the CodeIntel engine (ported from Open Komodo Editor) to deliver symbol definition jumping, import autocompletion, and function call tooltips. The plugin supports over 30 programming languages and works across all major operating systems.
Sublime Text users who want IDE-like code intelligence features such as smart autocomplete, symbol navigation, and documentation tooltips without leaving their preferred editor. Particularly valuable for developers working with multiple programming languages.
Developers choose SublimeCodeIntel because it brings powerful Komodo Editor code intelligence features to Sublime Text's lightweight interface. It offers comprehensive language support, consistent cross-platform shortcuts, and deep integration with Sublime Text's existing workflow.
💡 Full-featured code intelligence and smart autocomplete for Sublime Text
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Supports over 30 languages including Python, JavaScript, PHP, and Go, making it versatile for multi-language development without switching editors, as detailed in the README's language list.
Works on macOS, Windows, and Linux with platform-specific but consistent keyboard shortcuts for features like jump to definition, ensuring a unified experience across operating systems.
Brings Komodo Editor-level code intelligence—such as symbol navigation and function tooltips—directly into Sublime Text's lightweight interface, enhancing productivity without editor bloat.
Based on open-source Open Komodo code with active issue tracking on GitHub and donation support, allowing for community contributions and troubleshooting, as seen in the README's troubleshooting section.
Requires manual installation of CodeIntel via pip (with separate commands for Python 2/3), which can be error-prone and adds setup overhead compared to more integrated plugins, as noted in the installation steps.
Initial indexing is slow—taking 'more than a few seconds' on first use—and the plugin can become unresponsive, necessitating manual index regeneration as described in the troubleshooting guide.
The latest version v3.0.0 has been in unreleased beta since at least 2015, indicating slow updates and potential compatibility issues with newer Sublime Text versions or language features.
Users must manually set additional library paths and edit user settings for optimal performance, which is cumbersome and error-prone, unlike more automated modern alternatives.