We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When any code is generated (like add toString method), indentation inserts TABs instead of SPACES.
Vim configuration:
set tabstop=4 set softtabstop=4 set shiftwidth=4 set expandtab set smarttab set smartindent set autoindent
Should code generation insert SPACES with this configuration?
Am I missing some coc-java configuration?
The text was updated successfully, but these errors were encountered:
Should be problem of jdt.ls checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel
Sorry, something went wrong.
Hi!
For some reason after vim restart it worked.
Server Log:
I think itś OK.
Could be buffer not saved to file.
No branches or pull requests
When any code is generated (like add toString method), indentation inserts TABs instead of SPACES.
Vim configuration:
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set smarttab
set smartindent
set autoindent
Should code generation insert SPACES with this configuration?
Am I missing some coc-java configuration?
The text was updated successfully, but these errors were encountered: