rioj7
rioj7
@hellozhangran It looks like this is no longer maintained and it can only handle 1 type of line and block comment. There is an alternative extensions that removes comments and...
It looks like this is no longer maintained and it can only handle 1 type of line and block comment. There is an alternative extensions that removes comments and it...
using `'''` and `"""` are not comments but multi line strings, and they are valid expressions
@certainlyakey I looked a the source code and can not find a reason why you should have something selected first. I tried the command at different locations in a file...
@certainlyakey they must have changed the behavior of the `TextEditorEdit` in case nothing is selected. An empty selection is a selection of 0 length, so why change the code to...
@certainlyakey According to an [issue at vscode-doc](https://github.com/microsoft/vscode-docs/issues/7524) jrieken (vscode dev team) responds with: > resolved promise true => edits are applied implemented in v1.20.1, need to test on new VSC...
@certainlyakey tested with v1.92.2 on Linux and published
@mjoe67886 It is not clear which command you want to add to the editor context menu. You made a typo in the issue title. Don't you use keyboard shortcuts? Some...
@mjoe67886 You can add commands yourself to any menu. 1. In the OS File Explorer go to the folder where VSC stores the installed user extensions 2. create a new...
@mjoe67886 No need to install NodeJS, VSC has its own Node. What is the path of your `package.json` file. The directory to create is a sibling of the `rioj7.selectby` directory....