Skip to content
代码片段 群组 项目
提交 6b51f21e 编辑于 作者: Amy Qualls's avatar Amy Qualls
浏览文件

Merge branch 'docs/mg-code-intelligence-details-20220907' into 'master'

Improvements for the Code Intelligene docs

See merge request gitlab-org/gitlab!97256
No related branches found
No related tags found
无相关合并请求
...@@ -17,7 +17,10 @@ development environments (IDE), including: ...@@ -17,7 +17,10 @@ development environments (IDE), including:
Code Intelligence is built into GitLab and powered by [LSIF](https://lsif.dev/) Code Intelligence is built into GitLab and powered by [LSIF](https://lsif.dev/)
(Language Server Index Format), a file format for precomputed code (Language Server Index Format), a file format for precomputed code
intelligence data. intelligence data. GitLab processes one LSIF file per project, and
Code Intelligence does not support different LSIF files per branch.
Follow epic [#4212, Code intelligence enhancements](https://gitlab.com/groups/gitlab-org/-/epics/4212)
for progress on upcoming enhancements.
NOTE: NOTE:
You can automate this feature in your applications by using [Auto DevOps](../../topics/autodevops/index.md). You can automate this feature in your applications by using [Auto DevOps](../../topics/autodevops/index.md).
...@@ -59,13 +62,5 @@ under the **References** tab: ...@@ -59,13 +62,5 @@ under the **References** tab:
## Language support ## Language support
Generating an LSIF file requires a language server indexer implementation for the Generating an LSIF file requires a language server indexer implementation for the
relevant language. relevant language. View a complete list of [available LSIF indexers](https://lsif.dev/#implementations-server) on their website and
| Language | Implementation |
|---|---|
| Go | [`sourcegraph/lsif-go`](https://github.com/sourcegraph/lsif-go) |
| JavaScript | [`sourcegraph/lsif-node`](https://github.com/sourcegraph/lsif-node) |
| TypeScript | [`sourcegraph/lsif-node`](https://github.com/sourcegraph/lsif-node) |
View a complete list of [available LSIF indexers](https://lsif.dev/#implementations-server) on their website and
refer to their documentation to see how to generate an LSIF file for your specific language. refer to their documentation to see how to generate an LSIF file for your specific language.
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册