Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d9d150dd
Commit
d9d150dd
authored
Oct 26, 2020
by
Daniel Gruesso
Committed by
Amy Qualls
Oct 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update auto code intelligence docs
parent
8b58cc39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
doc/topics/autodevops/stages.md
doc/topics/autodevops/stages.md
+13
-1
No files found.
doc/topics/autodevops/stages.md
View file @
d9d150dd
...
...
@@ -668,4 +668,16 @@ To use Auto Monitoring:
## Auto Code Intelligence
Code Intelligence is powered by
[
LSIF
](
https://lsif.dev/
)
and available for Go at this stage. We'll support more languages as they become available.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/216438) in GitLab 13.5.
[
GitLab code intelligence
](
../../user/project/code_intelligence.md
)
adds
code navigation features common to interactive development environments (IDE),
including type signatures, symbol documentation, and go-to definition. It's powered by
[
LSIF
](
https://lsif.dev/
)
and available for Auto DevOps projects using Go language only.
GitLab plans to add support for more languages as more LSIF indexers become available.
You can follow the
[
code intelligence epic
](
https://gitlab.com/groups/gitlab-org/-/epics/4212
)
for updates.
This stage is enabled by default. You can disable it by adding the
`CODE_INTELLIGENCE_DISABLED`
environment variable. Read more about
[
disabling Auto DevOps jobs
](
../../topics/autodevops/customize.md#disable-jobs
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment