mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
1.4 KiB
1.4 KiB
stage, group, info, title
stage | group | info | title |
---|---|---|---|
none | unassigned | Any user with at least the Maintainer role can merge updates to this content. For details, see https://docs.gitlab.com/development/development_processes/#development-guidelines-review. | Projections |
Projections are a way to define relations between files. Every file can have a "related" or "alternate" file. It's common to consider spec files to be "alternate" files to source files.
How to use it
- Install an editor plugin that consumes projections
- Copy
.projections.json.example
to.projections.json
How to customize it
You can find a basic list of projection options in projectionist.txt
Which plugins can you use
- vim
- VS Code
- Command-line
History
This started as a plugin for vim by tpope It has since become editor-agnostic and ported to most modern editors.