Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
BREAKING CHANGE: first stable release
  • Loading branch information
alesbrelih committed Dec 21, 2024
1 parent 23e8394 commit 860f5b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ It is intended to be used alongside `yaml-language-server` (yamlls), providing s

## Features

- **Go To Definition**: Navigate to definitions of `jobs`, `includes`, `variables`, `needs`, `extends` and `variables`.
- **Go To Definition**: Navigate to definitions of `jobs`, `includes`, `variables`,
`needs`, `extends`, `components`, `stages` and `variables`.
- **Find References**: Find all usages of `jobs`, `extends` and `stages`.
- **Autocompletion**: Suggestions for `extends`, `stages`, `needs`, `variables` and `components`.
- **Autocompletion**: Suggestions for `extends`, `stages`, `needs`, `variables`, `included projects files` and `components`.
- **Hover Information**: View documentation for job with merged definitions.
- **Diagnostics**: Identifies issues with `extends` references, `stage` definitions, `job needs` usage and `components`.
- **Rename**: Supports job renaming.
Expand Down

0 comments on commit 860f5b2

Please sign in to comment.