metaseed/metaGo

command 'metaGo.delete.softDelete' not found

janhesters opened this issue · 4 comments

I'm used to hitting shift+backspace when editing files, especially when I misspell constants.

After installing this extensions it doesn't erase my last typed character, but instead it shows the error message:

command 'metaGo.delete.softDelete' not found

This seems to be a bug. I can't find anything about that setting in the docs.

Could use some guidance on this one. It seems to be in the source, but I see references to imports commented out. It's pretty rough having a prebound command that doesn't exist and removes existing functionality in VScode. I'm happy at taking a crack at a fix, but I'm not experienced in typescript, and, given that this has been a problem for 9 months now, it's not inspiring a lot of confidence, so I can't recommend this extension to anyone.

It's not a bug. Just got disabled 1yr ago :)
Also, I found that there is no support for workspaces. It uses old API before the workspaces were a thing.

I would enhance delete related feature recently, sorry for the half implemented feature

totally remove the feature implementation, recommend the hungry-delete extension