Skip to content

Commit ac9e0e2

Browse files
committed
Commands list fixed.
1 parent f5c7dcb commit ac9e0e2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Add this to your `.vimrc` file:
9595
To enable inserting class imports with F4, add:
9696

9797
`nnoremap <F4> :JCAddImport<cr>`
98+
9899
`inoremap <F4> <esc>:JCaddImportI<cr>`
99100

100101
### Optional
@@ -112,19 +113,30 @@ To enable inserting class imports with F4, add:
112113
## Commands
113114

114115
`JCimportsAddMissing` - add all missing 'imports';
116+
115117
`JCimportsRemoveUnused` - remove all unsused 'imports';
118+
116119
`JCimportAdd` - add 'import' for classname that is under cursor, or before it;
120+
117121
`JCimportAddI` - the same, but enable insert mode after 'import' was added;
118122

123+
119124
`JCserverShowPort` - show port, through which vim plugin communicates with server;
125+
120126
`JCserverShowPID` - show server process identificator;
127+
121128
`JCserverStart` - start server manually;
129+
122130
`JCserverTerminate` - stop server manually;
131+
123132
`JCserverCompile` - compile server manually;
124133

134+
125135
`JCdebugSetLogLevel` - enable logs;
136+
126137
`JCdebugGetLogContent` - get debug logs;
127138

139+
128140
`JCcacheClear` - clear cache manually.
129141

130142
## Limitations:

0 commit comments

Comments
 (0)