Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

prepare for 0.2.0#8

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jdneo merged 1 commit intomasterfromcs/bumpversion
Feb 24, 2018
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletionsCHANGELOG.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.2.0]
### Added
- Support setting the default language to solve problems [(#5)](https://github.com/jdneo/vscode-leetcode/issues/5)

## [0.1.2]
### Fixed
- Fix the deplicated nodes in LeetCode Explorer bug [(#6)](https://github.com/jdneo/vscode-leetcode/issues/6)
Expand Down
40 changes: 20 additions & 20 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,16 +19,6 @@ Solve LeetCode problems in VS Code.
- Search problems by keywords
- Submit solutions to LeetCode

## Commands
This extension provides several commands in the Command Palette (F1 or Ctrl + Shift + P):
- **LeetCode: Sign in** - Sign in to LeetCode
- **LeetCode: Sign out** - Sign out to LeetCode
- **LeetCode: Select session** - Select one session and make it active
- **LeetCode: Create new session** - Create a new session
- **LeetCode: Refresh** - Refresh the LeetCode Explorer
- **LeetCode: Search Problem** - Search for problems by keywords
- **LeetCode: Submit** - Submit the solution to LeetCode

### Sign In and Sign Out
![SignInOut](resources/gif/signinout.gif)

Expand All@@ -44,6 +34,16 @@ This extension provides several commands in the Command Palette (F1 or Ctrl + Sh
### Submit Solutions to LeetCode
![SubmitSolution](resources/gif/solveproblem.gif)

## Commands
This extension provides several commands in the Command Palette (F1 or Ctrl + Shift + P):
- **LeetCode: Sign in** - Sign in to LeetCode
- **LeetCode: Sign out** - Sign out to LeetCode
- **LeetCode: Select session** - Select one session and make it active
- **LeetCode: Create new session** - Create a new session
- **LeetCode: Refresh** - Refresh the LeetCode Explorer
- **LeetCode: Search Problem** - Search for problems by keywords
- **LeetCode: Submit** - Submit the solution to LeetCode

## Known Issues:
- This extension will infer the current target problem according to the active editing file. Please do not change the file name.
- Currently, only unlocked problems will be listed.
Expand All@@ -69,16 +69,6 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
- 根据关键字搜索题目
- 向 LeetCode 提交答案

## 命令
该插件在命令面板(F1 或 Ctrl + Shift + P)中支持下列命令:
- **LeetCode: Sign in** - 登入 LeetCode
- **LeetCode: Sign out** - 登出 LeetCode
- **LeetCode: Select session** - 激活一个已有的答题进度存档
- **LeetCode: Create new session** - 创建一个新的答题进度存档
- **LeetCode: Refresh** - 刷新左侧题目列表视图
- **LeetCode: Search Problem** - 根据关键字搜索题目
- **LeetCode: Submit** - 提交答案到 LeetCode

### 登入及登出
![SignInOut](resources/gif/signinout.gif)

Expand All@@ -94,6 +84,16 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
### 向 LeetCode 提交答案
![SubmitSolution](resources/gif/solveproblem.gif)

## 命令
该插件在命令面板(F1 或 Ctrl + Shift + P)中支持下列命令:
- **LeetCode: Sign in** - 登入 LeetCode
- **LeetCode: Sign out** - 登出 LeetCode
- **LeetCode: Select session** - 激活一个已有的答题进度存档
- **LeetCode: Create new session** - 创建一个新的答题进度存档
- **LeetCode: Refresh** - 刷新左侧题目列表视图
- **LeetCode: Search Problem** - 根据关键字搜索题目
- **LeetCode: Submit** - 提交答案到 LeetCode

## 已知问题
- 本插件会根据文件名称推测当前的目标题目,因此建议不要改变文件名。
- 本插件目前仅会显示已解锁的问题。
Expand Down
2 changes: 1 addition & 1 deletionpackage.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@
"name": "vscode-leetcode",
"displayName": "LeetCode",
"description": "Solve LeetCode problems in VS Code",
"version": "0.1.2",
"version": "0.2.0",
"author": "Sheng Chen",
"publisher": "shengchen",
"icon": "resources/LeetCode.png",
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp