Skip to content

LeetCode-OpenSource/vscode-leetcode

Repository files navigation

LeetCode

Solve LeetCode problems in VS Code. 中文 English

English

Requirements

  • Node.js

    NOTE: Please make sure that Node is in your PATH environment variable. You can check this by running: node -v.

Features

  • Sign in/out to LeetCode
  • Switch and create session
  • Show problems in explorer
  • Search problems by keywords
  • Submit solutions to LeetCode

Sign In and Sign Out

Switch and Create Session

Show Problems in Explorer

Search Problems by Keywords

Submit Solutions to LeetCode

Release Notes

Refer to CHANGELOG

Acknowledgement

This extension is based on @skygragon's leetcode-cli open source project.