https://github.com/ivarref/finda_intellij
https://github.com/ivarref/finda_intellij
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivarref/finda_intellij
- Owner: ivarref
- Created: 2025-06-23T12:21:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-25T16:10:22.000Z (about 1 year ago)
- Last Synced: 2025-07-25T16:37:37.035Z (about 1 year ago)
- Language: Java
- Size: 96.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## finda-intellij
Build the plugin:
```
./build.sh
```
Execute action `Install Plugin from Disk ...`.
Select `./build/distributions/pluggy-1.0-SNAPSHOT.zip`. Restart the IDE.
## Implemented
* Next: change, error.
* Window/tab: close.
## Goals
* Next: Across files.
* Window: split if needed, move otherwise.
## Non goals
* Clever install method from command line.
## Finda
Open tabs will then be written to `~/.finda/external_data/idea_project_.json`
## Running an ideScript
```fish
/Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea ideScript $HOME/.finda/integrations/finda_intellij/janei.groovy
```