Skip to content
Snippets Groups Projects
Commit 162307f6 authored by Игорь Таланкин's avatar Игорь Таланкин
Browse files

Project import generated by Copybara.

parent 9234ee38
Branches master
No related tags found
1 merge request!4Project import generated by Copybara.
......@@ -4,18 +4,28 @@ Quality of life improvements for GitLab CI in Intellij IDEA.
## Installation
Download from [Jetbrains Marketplace](https://plugins.jetbrains.com/plugin/25505-gitlab-ci-helper) or
via `Settings - Plugins - Marketplace` in your IDE.
1. Add custom plugin repository (`Settings` - `Plugins` - ⚙️ - `Manage Plugin Repositories`):
```text
https://sme-android-idea-plugins-public.t-static.ru/updatePlugins.xml
```
**Important**: make sure there are no spaces or new lines in the URL.
2. On `Marketplace` tab, type `Gitlab CI Helper` into the search box and install the plugin
## Features
- References to declared jobs (`extends:`, `needs:`, etc.)
![Jobs](./media/jobs.gif)
- `include:` references
![Includes](./media/includes.gif)
- References for `!reference` tag
![Reference tag](./media/reference-tag.gif)
- Find usages (and refactoring) of jobs, `include`s, `!reference`s
![Find usages](./media/find-usages.gif)
## Settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment