File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ Add this to your `.vimrc` file:
95
95
To enable inserting class imports with F4, add:
96
96
97
97
` nnoremap <F4> :JCAddImport<cr> `
98
+
98
99
` inoremap <F4> <esc>:JCaddImportI<cr> `
99
100
100
101
### Optional
@@ -112,19 +113,30 @@ To enable inserting class imports with F4, add:
112
113
## Commands
113
114
114
115
` JCimportsAddMissing ` - add all missing 'imports';
116
+
115
117
` JCimportsRemoveUnused ` - remove all unsused 'imports';
118
+
116
119
` JCimportAdd ` - add 'import' for classname that is under cursor, or before it;
120
+
117
121
` JCimportAddI ` - the same, but enable insert mode after 'import' was added;
118
122
123
+
119
124
` JCserverShowPort ` - show port, through which vim plugin communicates with server;
125
+
120
126
` JCserverShowPID ` - show server process identificator;
127
+
121
128
` JCserverStart ` - start server manually;
129
+
122
130
` JCserverTerminate ` - stop server manually;
131
+
123
132
` JCserverCompile ` - compile server manually;
124
133
134
+
125
135
` JCdebugSetLogLevel ` - enable logs;
136
+
126
137
` JCdebugGetLogContent ` - get debug logs;
127
138
139
+
128
140
` JCcacheClear ` - clear cache manually.
129
141
130
142
## Limitations:
You can’t perform that action at this time.
0 commit comments