awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
SublimeCodeIntel avatar

SublimeCodeIntel/SublimeCodeIntel

0
View on GitHub↗
5,054 stars·524 forks·Python·12 viewswww.sublimecodeintel.com↗

SublimeCodeIntel

SublimeCodeIntel is a code intelligence plugin for the Sublime Text editor that provides symbol-based navigation, autocomplete, and function tooltips. It functions as an IDE feature extension and static code analysis engine, using a cross-language symbol indexer to track definitions across multiple files.

The system implements static analysis tooling to map definitions and references without executing program code. This enables users to jump to symbol definitions across an entire project and receive real-time suggestions for modules and symbols while typing.

The toolset covers broad capability areas including code navigation, intelligent code completion, and the projection of function metadata within the editor status bar.

Features

  • Editor Extensions - Extends the Sublime Text editor with professional IDE capabilities including advanced symbol discovery and navigation.
  • Cross-Language Symbol Indexing - Indexes symbols across multiple programming languages to enable jumping from a symbol to its source.
  • Code Completion - Offers real-time suggestions for symbols and keywords during code entry to speed up the writing process.
  • Code Navigators - Provides tools for exploring and navigating the relationships between symbols, definitions, and usages across large projects.
  • Code Intelligence - Provides contextual code suggestions, navigation, and analysis to help developers traverse complex codebases.
  • Static Code Analysis - Implements a system that parses source code to map definitions and references without program execution.
  • IDE Extension Features - Adds professional IDE functional modules, such as intelligent navigation and autocomplete, to a text editor.
  • Language Server Clients - Implements a client-side integration that communicates with external language servers via JSON-RPC to provide IDE features.
  • Real-time Code Autocompletes - Provides predictive, real-time suggestions for modules and symbols as the user types to accelerate development.
  • Symbol Indexing - Generates maps of function definitions and call sites using the Language Server Protocol to enable fast project-wide navigation.
  • Symbol Navigation - Enables jumping from a symbol usage to its exact declaration across the entire project.
  • Language Intelligence Plugins - Provides a comprehensive set of symbol-based navigation, autocomplete, and tooltip tools as a plugin for Sublime Text.
  • Static Code Analysis Tools - Uses automated static analysis to extract symbol information and function metadata without executing the code.
  • AST Buffer Synchronization - Sends incremental text updates to the language server to maintain an accurate AST of the open file.
  • Code Intelligence Tooltips - Displays detailed documentation and type information for the active function directly within the editor interface.
  • Asynchronous Indexing - Implements background scanning of source files to ensure the editor remains responsive during large project indexing.
  • Symbol Location Caches - Uses an in-memory cache for symbol locations to provide instantaneous jump-to-definition and autocomplete responses.
  • Develop Tools - Listed in the “Develop Tools” section of the Awesome Laravel Education awesome list.

Star history

Star history chart for sublimecodeintel/sublimecodeintelStar history chart for sublimecodeintel/sublimecodeintel

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does sublimecodeintel/sublimecodeintel do?

SublimeCodeIntel is a code intelligence plugin for the Sublime Text editor that provides symbol-based navigation, autocomplete, and function tooltips. It functions as an IDE feature extension and static code analysis engine, using a cross-language symbol indexer to track definitions across multiple files.

What are the main features of sublimecodeintel/sublimecodeintel?

The main features of sublimecodeintel/sublimecodeintel are: Editor Extensions, Cross-Language Symbol Indexing, Code Completion, Code Navigators, Code Intelligence, Static Code Analysis, IDE Extension Features, Language Server Clients.

What are some open-source alternatives to sublimecodeintel/sublimecodeintel?

Open-source alternatives to sublimecodeintel/sublimecodeintel include: rust-lang/rls — RLS is a language server that provides language intelligence for the Rust programming language. It implements the… microsoft/vscode-tips-and-tricks — This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a… emacs-lsp/lsp-mode — lsp-mode is a Language Server Protocol client and IDE feature set for Emacs. It functions as a semantic code analysis… coatisoftware/sourcetrail — Sourcetrail is an interactive source code explorer and visualizer designed for indexing and navigating relationships… microsoft/vscode-go — This project is a Go language extension for VS Code that provides a comprehensive development environment through a… myriad-dreamin/tinymist — Tinymist is a comprehensive suite of tools for Typst document authoring, serving as a language server, document…

Open-source alternatives to SublimeCodeIntel

Similar open-source projects, ranked by how many features they share with SublimeCodeIntel.
  • rust-lang/rlsrust-lang avatar

    rust-lang/rls

    3,509View on GitHub↗

    RLS is a language server that provides language intelligence for the Rust programming language. It implements the Language Server Protocol to enable a standardized communication layer between the Rust compiler and various editor clients. The project focuses on providing real-time code completions, symbol navigation, and type information. It also supports automated structural changes, such as workspace-wide symbol renaming, to maintain semantic correctness during refactoring. The system incorporates static code analysis for linting and formatting, alongside a mechanism for incremental compila

    Rustidelanguage-server-protocolrust
    View on GitHub↗3,509
  • microsoft/vscode-tips-and-tricksmicrosoft avatar

    microsoft/vscode-tips-and-tricks

    9,086View on GitHub↗

    This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a curated collection of shortcuts, configuration tips, and tutorials designed to improve efficiency and optimize the daily coding workflow. The resource covers advanced AI-assisted development, including the integration of autonomous agents, custom prompt files, and AI-powered coding assistants for task automation and code generation. It also provides specialized guidance on integrated terminal management, such as configuring shell profiles and automating command execution. Addi

    View on GitHub↗9,086
  • emacs-lsp/lsp-modeemacs-lsp avatar

    emacs-lsp/lsp-mode

    5,060View on GitHub↗

    lsp-mode is a Language Server Protocol client and IDE feature set for Emacs. It functions as a semantic code analysis tool and JSON-RPC communication layer that connects the editor to external language servers to provide intelligent code completion and real-time diagnostics. The project also serves as a Debug Adapter Protocol client, enabling interactive debugging sessions and breakpoint management. This allows for stepping through code and inspecting variables via a standardized protocol, including support for debugging within Docker containers. The system covers a broad range of developmen

    Emacs Lispangularcppdart
    View on GitHub↗5,060
  • coatisoftware/sourcetrailCoatiSoftware avatar

    CoatiSoftware/Sourcetrail

    16,471View on GitHub↗

    Sourcetrail is an interactive source code explorer and visualizer designed for indexing and navigating relationships between symbols and structures across large, multi-language codebases. It functions as a static analysis indexer and code dependency visualizer that maps calls and dependencies between source files to help reveal project architecture. The tool enables multi-language project analysis by using a language-agnostic indexing system to track symbols across different programming languages within a single interface. It allows for the discovery of software architecture and the explorati

    C++
    View on GitHub↗16,471
  • See all 30 alternatives to SublimeCodeIntel→