Skip to content

Commit

Permalink
Add instructions for how to run a prerelease version of the idea plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ash211 committed May 2, 2024
1 parent 63e5a94 commit 4aebfbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -174,6 +174,14 @@ When enabled, it will replace the normal `Reformat Code` action, which can be
triggered from the `Code` menu or with the Ctrl-Alt-L (by default) keyboard
shortcut.

### Running a pre-release version of the IntelliJ plugin

1. Clone this repo
2. run `./gradlew :idea-plugin:build`
3. In IntelliJ, install a plugin from disk. Build artifacts are located in `./idea-plugin/build/distributions/`

![Install plugin from disk](./docs/images/install_plugin_from_disk.png)

## Future works

- [ ] preserve [NON-NLS markers][] - these are comments that are used when implementing NLS internationalisation, and need to stay on the same line with the strings they come after.
Expand Down
Binary file added docs/images/install_plugin_from_disk.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4aebfbd

Please sign in to comment.