Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitlabCI Support #972

Open
CelianR opened this issue May 23, 2024 · 0 comments
Open

GitlabCI Support #972

CelianR opened this issue May 23, 2024 · 0 comments

Comments

@CelianR
Copy link

CelianR commented May 23, 2024

Is your enhancement related to a problem? Please describe.

YAML is used for GitlabCI, it would be nice to have support for these files such as go-to definitions, code lenses, linting etc.

This would be mainly useful to navigate through jobs that use extends nodes, which might reference jobs from other files.

Describe the solution you would like

Definitions

Go-to definitions of a job referenced within a extends / needs node, a !reference tag.
Handle include nodes to go to the referenced files.

Usages

A code-lens for each referenced job or rule can be displayed to show the usages.
A job may be referenced within extends or needs nodes and any object can be referenced within !reference tags.

Describe alternatives you have considered

Additional context

Screenshot 2024-05-23 at 13 10 31
Screenshot 2024-05-23 at 13 10 16
Screenshot 2024-05-23 at 13 09 56
Screenshot 2024-05-23 at 13 09 45
Screenshot 2024-05-23 at 13 09 27
Screenshot 2024-05-23 at 13 09 15
Screenshot 2024-05-23 at 13 08 52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant