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
After coc-prettier is triggered, the folding in the file will change
export const f = () => { const x = () => { console.log('hello'); }; return 'a'; };
:set foldmethod=indent
:set foldlevel=99
2GJJ
zM2GzO
When formatting with Prettier, coc-prettier should not change any of the folding. It should not open or close any folds.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
After coc-prettier is triggered, the folding in the file will change
Steps to Reproduce
:set foldmethod=indent
:set foldlevel=99
2GJJ
zM2GzO
2GJJ
Ideal Solution
When formatting with Prettier, coc-prettier should not change any of the folding. It should not open or close any folds.
The text was updated successfully, but these errors were encountered: