File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
packages/intellij-extension Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 44
55Run through the [ prerequisites] ( ../../CONTRIBUTING.md#building-the-project ) .
66
7- You can choose to build the plugin via ` gradle ` :
7+ You can build the plugin from the project root using [ ` turbo ` ] ( https://turbo.build ) :
88
99```
10- intellij-extension$ ./gradlew buildPlugin
10+ $ npx turbo neo4j-for-intellij#build
1111```
1212
13- Or you can use [ ` turbo ` ] ( https://turbo.build ) from the project root :
13+ ` gradle ` is also an option (and can be used from within IntelliJ) :
1414
1515```
16- cypher-language-support$ npx turbo build: intellij
16+ $ cd packages/ intellij-extension && ./gradlew buildPlugin
1717```
1818
19- ## Manual testing
19+ ## Develop and test
2020
2121If you want to test the plugin during a development workflow, you can spin up a temporary copy
22- of IntelliJ right from within the project. Simply run either the gradle target directly :
22+ of IntelliJ that runs with a freshly built version enabled by default :
2323
2424```
25- intellij-extension$ ./gradlew runIde
25+ $ npx turbo neo4j-for-intellij# runIde
2626```
2727
28- Or, from the project root :
28+ ...this target also exists in ` gradle ` :
2929
3030```
31- cypher-language-support$ npx turbo run: intellij
31+ $ cd packages/ intellij-extension && ./gradlew runIde
3232```
3333
34- ## Installing the plugin
34+ ## Installing the plugin manually
3535
3636From IntelliJ, open Settings > Plugins > (cog icon) > Install Plugin from disk, and browse to the jar file
3737located in ` packages/intellij-extension/build/distributions ` .
You can’t perform that action at this time.
0 commit comments