vscode-leetcode icon indicating copy to clipboard operation
vscode-leetcode copied to clipboard

feat(vscode-leetcode): add batch operation to get problem by ids or names

Open RichieChoo opened this issue 4 years ago • 4 comments

When I have a long array of algorithm IDs or Names, I have to search it by leetcode.searchProblem one by one . This is too inconvenient , so I have added the batch operation in this commit feat(vscode-leetcode): add batch operation to get problem by ids or names.

For batch operation, please see the gif below : GIF2

RichieChoo avatar Feb 25 '21 08:02 RichieChoo

it is very useful! Just want this feature!!

VioletDan avatar Feb 26 '21 05:02 VioletDan

@RichieChoo

你好,请问一下, 我用的remote ssh登录的 怎么把这个patch 直接合入到插件 ~/.vscode-server/extensions/leetcode.vscode-leetcode-0.17.0中 而不用编译一个新的插件

我想直接合入代码不过发现插件中的代码格式和patch中的不一样

如插件中是 image

patch中是 image

function showSolution(input) 和export async function showSolution 函数不一致,我就不知道怎么合入了

HelloC avatar Mar 06 '21 10:03 HelloC

@RichieChoo

类似的增加支持多选, 如下图选择多个文件

image

HelloC avatar Mar 07 '21 07:03 HelloC

@RichieChoo

你好,请问一下, 我用的remote ssh登录的 怎么把这个patch 直接合入到插件 ~/.vscode-server/extensions/leetcode.vscode-leetcode-0.17.0中 而不用编译一个新的插件

我想直接合入代码不过发现插件中的代码格式和patch中的不一样

如插件中是 image

patch中是 image

function showSolution(input) 和export async function showSolution 函数不一致,我就不知道怎么合入了

你这里下载的编译后的代码,我这边提交是未编译的ts。我这里有打包好的vsix文件,你可以直接安装https://www.yuque.com/richiechoo/tayiso/ocvfit

RichieChoo avatar Mar 13 '21 01:03 RichieChoo