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

Solve LeetCode problems in VS Code

Results 233 vscode-leetcode issues
Sort by recently updated
recently updated
newest added

Hi guys, I run int issues when I try to log in the extension. It showed the "There is no data provider registered that can provide view data." in the...

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 new feature to run specified test file and ability to run from a separate shortcut.

Modified show.ts so files are named with leading zeros so they're in order in windows file navigation. Works while there are less than 10,000 problems #440 ![files](https://user-images.githubusercontent.com/23181230/85673051-7eacfa00-b691-11ea-98db-79d5f2a4c04c.JPG)

![re-run last option](https://user-images.githubusercontent.com/4649987/84549215-73db8800-acd5-11ea-8247-632fee318e12.PNG) Implement request from Issue #570

_**FEATURE: Display 'active session' in the status bar**_ The logged in users's username is currently shown in the status bar. However, I needed the ability to check which session I...

Depends on [Provide an English filename when using Endpoint Translation](https://github.com/leetcode-tools/leetcode-cli/pull/59) This might be a better way than #724

I found that the current configuration can only be used for user settings. I think this is not very friendly. For example, the workspace folder may be different on different...

At the moment, all leetcode-specific preferences have scope set to `application`, which means they can _only_ be set in a user's global `settings.json`. I think it makes much more sense...

Added new feature to run custom test case in source code. Demo: ![image](https://user-images.githubusercontent.com/2233600/98459309-aa5df600-21d4-11eb-8a37-4965911e2025.png) ![image](https://user-images.githubusercontent.com/2233600/98381711-38c36200-2085-11eb-99f6-77343ca0eab3.png)