You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Development/CLI-application.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The output of the script is language aware. Just add a `--lang` argument:
25
25
Copy `/etc/config.dist.json` to `/etc/config.json` and fill in your database details. To interface with GitHub, fill in your GitHub credentials.
26
26
27
27
Then run:
28
-
`jtracker install`
28
+
`jtracker install`
29
29
30
30
### Import a project from GitHub
31
31
@@ -74,6 +74,16 @@ To turn the feature(s) off permanently edit `etc/config.json` and set the values
74
74
75
75
### Auto Complete
76
76
77
+
Auto complete files are provided for some environments.
78
+
79
+
Optionally you can generate the files four your language using
80
+
81
+
`jtracker make autocomplete --lang=xx-XX`
82
+
83
+
using one of the supported languages.
84
+
85
+
#### PHPStorm
86
+
77
87
If you use PHPStorm, you may use the [Command Line Tools Console](http://www.jetbrains.com/phpstorm/webhelp/command-line-tools-console-tool-window.html) to execute the jtracker script.
78
88
79
89
To get auto complete for the `jtracker` commands, copy the file `Custom_jtracker.xml` to the folder `.idea/commandlinetools` inside your JTracker project (create the folder if it does not exist). This will set up an alias `jt` that points to the `/bin/jtracker` script.
@@ -83,3 +93,27 @@ To get auto complete for the `jtracker` commands, copy the file `Custom_jtracker
83
93
Don't miss the documentation - Press <kbd>Ctrl</kbd> + <kbd>Q</kbd>
0 commit comments