Skip to content

Commit

Permalink
Commands list fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-shaik committed Sep 7, 2015
1 parent f5c7dcb commit ac9e0e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Add this to your `.vimrc` file:
To enable inserting class imports with F4, add:

`nnoremap <F4> :JCAddImport<cr>`

`inoremap <F4> <esc>:JCaddImportI<cr>`

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

`JCimportsAddMissing` - add all missing 'imports';

`JCimportsRemoveUnused` - remove all unsused 'imports';

`JCimportAdd` - add 'import' for classname that is under cursor, or before it;

`JCimportAddI` - the same, but enable insert mode after 'import' was added;


`JCserverShowPort` - show port, through which vim plugin communicates with server;

`JCserverShowPID` - show server process identificator;

`JCserverStart` - start server manually;

`JCserverTerminate` - stop server manually;

`JCserverCompile` - compile server manually;


`JCdebugSetLogLevel` - enable logs;

`JCdebugGetLogContent` - get debug logs;


`JCcacheClear` - clear cache manually.

## Limitations:
Expand Down

0 comments on commit ac9e0e2

Please sign in to comment.