-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
remove coc-actions #14
Conversation
In some languages coc.nvim interface doesn't show some options, that's why coc-actions is still there |
i see, should this close then?. also out of curiosity is there somewhere in coc.nvim where i can see supported action features? which languages you saw a problem with? |
In particular the problem is with python, coc-actions will show actions such as extract variable or method, resolve imports and some others while stock coc will only show organize imports and extract method. |
am not getting that import option with either coc-actions or coc.nvim which is very weird, anyway coc-action can go I guess, coc.nvim actions are good enough, python is a special case because coc-python is a dead project |
Why not switch to pyright? |
yes switched already lol, just testing some things before pushing |
coc-actions seems to be obsolete. this change seems to work like before. Using coc.nvim interface now. I'm still new to this so confirm before merging.