Code intelligence strategy
Code intelligence provides features and services that help developers better understand and navigate code. This page outlines the vision, strategy and goals of the Code intelligence team.
Quicklinks:
Mission, Vision & Guiding Principles
Mission
We generate and process rich metadata that powers compiler-accurate code navigation features such as jumping to a symbol’s definition and finding where it’s referenced across repositories. We help make developers’ lives easier by reducing the time needed to navigate and understand codebases. In the future, we also aim to leverage our metadata to power precise searches, code insights, and batch changes.
Vision
1 Year vision
Code intelligence provides seamless, out-of-the-box, precise code navigation for languages that cover 90% of the market usage.
3 Year vision
Code intelligence is the glue that sticks the product together, providing a platform for features from navigation to precise powered searches, batch changes and insights. We support all widely used languages and for the ones we don’t, provide a platform for any developer to add and test their own indexers. Our code navigation reaches IDE feature parity, and we also offer the option of plugging into developers’ favorite IDEs.
10 year vision
Code intelligence builds a global knowledge graph that accurately maps the entire code universe.
Guiding principles
We target developers independently of their career level and company size, helping them learn, onboard, find, and understand codebases faster.
We prioritize precise language support based on overall usage and market-share, while also taking into account our customers’ appetites. Given that supporting new languages requires deep knowledge of the language ecosystem, our team’s skillset also affects the order of language support priority.
Where we are now
Code intelligence lies at the very center of the product as a whole, providing the metadata that will eventually power other product areas.
At the moment maturity varies depending on the area of ownership:
-
Language indexers: Maturity varies widely per language. See LSIF indexers documentation.
-
Code intelligence platform: Viable with a solid foundation, we’re currently working on scaling and improving performance to push the limits of precise indexing and build the Global Code Graph.
-
Code navigation: New ownership area. Basic features are implemented but have a considerable amount of debt and room for improvement.
In the last few months we’ve:
- Added precise support for the JVM ecosystem (Java, Scala and soon Kotlin).
- Built the foundation for our future scaling, as we’re planning to index an exponential amont of repositories and their dependencies.
- Ran successful POCs which paved the way to implementing out-of-the-box cross-repository and cross-dependency navigation.
Recent key learnings:
- We learned that LSIF manual setup is non-trivial and requires various levels of team involvement at enterprise customers. There’s an appetite for a out-of-the-box precise code navigation solution.
- Investing in platform performance and scalability is critical for the Global code graph vision to become a reality. Cloud is already at 2TB of data at ~40k indices. The global code graph for Java alone is somewhere between 800k to 6 million indices, so anywhere from 40TB to 300TB would be needed for the JVM code graph alone.
Top customer, support, sales and marketing issues
- Requests for adding precise support for more languages (often including the addition of cross-repository and cross-dependency navigation features).
- Current manual setup is not straightforward, customers run into issues while setting up LSIF for their repositories. This varies per indexer maturity and language ecosystem complexity.
- There have been reports about performance and scaling issues when indexing large monorepos.
- Requests feature that helps visualize the code graph and it’s dependencies.
Competitive landscape
- Code hosts: the most important code hosts have navigation features, mostly powered by imprecise code intelligence. They had good out of the box support, but will never be as accurate as our precise code intelligence unless they implement an LSIF solution themselves. So far this hasn’t happened, but is a potential risk.
- IDEs: code navigation is a core part of a developer’s workflow and most IDEs have advanced navigation features we cannot avoid competing with. Most developers expect Sourcegraph’s code navigation to have feature parity with their favorite IDE.
- Other navigation tools: these are usually focused on one or only a few languages, none of them have reached wide usage or compete directly with our value proposition.
Strategy and Plans
goals
These tie back to Product/Engineering OKRs
Objective: Make cloud and enterprise successful at massive scale
- KR: Increase the amount of LSIF indexed repos and dependencies on Cloud by 5x (Target: 50k).
- KR: 1 customer successfully enables auto-indexing and dependency navigation on their instance.
- KR: Add Scala and Kotlin support to increase JVM ecosystem coverage.
Why? During we validated our approach for cross-dependency navigation and slowly started building towards the Global Code Graph. For , we want to double down on scaling the number of repositories and dependencies we index on Cloud while making sure we optimize the way we handle LSIF data and uploads. We also want to make sure we’re able to deliver the same top-notch navigation experience to our enterprise customers and will invest in making our approach scalable and performant for on-prem instances.
Objective: Build a delightful personalized product that devs love
- KR: Solve at least 3 long-standing code navigation UX issues from our papercuts backlog.
Why? Code navigation is a key part of a developer’s workflow, we want that experience to feel smooth and snappy, similar to the one you’d get in your favorite IDE. While we build up our code navigation team, we want to take a first stab at improving the current code navigation experience by tackling some long-standing UX papercuts.
Objective: Happy, effective, async team
- KR: Hire and successfully onboard 3 engineers.
Why? Our goal is to own the end-to-end code navigation experience, which will result in clear ownership in some historically grey areas and faster iteration in code navigation-related issues and features. We want to build out the team skillset to own the vertical product slice.
Themes
Top level theme: Build and scale the Global Code Graph
- Cross repository and dependency navigation
- We believe this is the global code graph’s killer feature. It elevates the code navigation experience to a new level of cross-project analysis. It includes enabling precise cross-repository navigation and the ability to navigate to any third party dependency a repository references. We’re solving this initially on Sourcegraph Cloud and plan to replicate the same functionality for on-premise usage.
- Auto-indexing and scaling the code graph
- The current set up experience is not scalable for customers with a large amount of repositories. Enabling auto-indexing would mean a lower barrier for entry, a seamless experience and more engineers using precise code intelligence.
- Building the code graph also means we need to generate and store increased amounts of LSIF data that will require scaling our infrastructure in an order of one to two magnitudes. We hypothesize that we’ll reach scaling concerns, we want to be proactive in identifying and removing bottlenecks.
- Ship precise language support
- We’ve historically invested in broadening our span of supported languages. This is an ongoing effort that ties directly back to the Global Code Graph vision.
What’s next and why
-
Auto-indexing on-prem goes into Beta: Once we have validated our Alpha solution and have proven it’s running successfully at one customer, the next step is monitoring and weeding out any issues that might arise from our first trials to move on-prem auto-indexing into Beta. At this point we’ll be aiming to roll it out to a few eager customers.
-
JS cross repository and dependency navigation: Our next step towards building the Global Code Graph is adding auto-indexing and cross dependency navigation for Javascript. We’ll also take the opportunity to focus on improving our current lsif-node indexer and weed out some known issues we haven’t been able to tackle due to limited bandwidth.
-
Adding precise Python support: Given its extense usage both at customers and in the market, we intend to add support for this language in the near term.
What we’re not working on & why
-
Incremental indexing for large monorepos: When we ship auto-indexing for enterprise instances, we will likely need to solve incremental indexing to support our customers’ monorepos. This feature has been on our mid-term roadmap for quite some time now, but pain points have been worked through using workarounds like spacing LSIF upload frequencies depending on the customer’s repo size and commit frequency. At this point, incremental indexing could become a clear blocker and would be bumped up on our priority list.
-
Adding C#, Ruby and other precise language support: Based on our team’s bandwidth, skill set, market share and current associated ARR, we are not planning to work on these languages this year. We do however intend to add support for them in the middle term.
-
Scale the C++ code graph: Given the fragmented nature of the C/C++ environment we won’t be investing in improving C/C++ language support or scaling. We do however intend to revisit our solution in the future.