Skip to content
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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RichieChoo
Copy link

@RichieChoo RichieChoo commented Feb 25, 2021

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

@VioletDan
Copy link

it is very useful! Just want this feature!!

@HelloC
Copy link

HelloC commented Mar 6, 2021

@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
Copy link

HelloC commented Mar 7, 2021

@RichieChoo

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

image

@RichieChoo
Copy link
Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants