sourcegraph/doc/dev/background-information/codeintel/index.md
Erik Seliger 05faad04fb
Move worker out of enterprise and combine main entrypoints (#57302)
We're not doing the enterprise split anymore, so merging the two worker cmds.
2023-10-03 14:53:04 +02:00

1.5 KiB

Developing code navigation

This guide documents our approach to developing code navigation-related features in our codebase. This includes the code navigation logic included in the Sourcegraph instance as well as the extensions that provide code navigation to the web UI, browser extension, and code host integrations.

Services:

Code navigation-specific code:

Docs: