Raidou
Raidou
I think this issue should be similar to #387, determining the scope of the current directory is related to whether the directory is expanded.
Only when the folder is expanded, then you can add a file or folder inside it
> Thanks for clarifying that. I would add this behavior isn't very intuitive since the user already has the directory selected. Indeed. But if the user is in a folder...
Thank you, this idea is similar to this issue https://github.com/weirongxu/coc-explorer/issues/54
https://github.com/weirongxu/coc-explorer#command You can use the `root-uri` parameter, or wait for me to implement this feature https://github.com/weirongxu/coc-explorer/issues/198
Do you mean the `indentPrev` action?
seems the `indentPrev` cannot satisfy this, I consider to add another actin
The current simple solution is to use Il to open floating window, and use Il to close it after the finished.
https://github.com/weirongxu/coc-explorer/wiki/Vim-API#explorergetnodeinfo Use getNodeInfo Api
> Is this still working? I have something like this and it never echoes out `coc-explorer`. > > ```viml > function! AuCocExplorer() > echom &filetype > endfunction > autocmd BufEnter...