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

Commit fb3c142

Browse files
Update leetcode_plugin.md
1 parent 13e8311 commit fb3c142

File tree

1 file changed

+20
-50
lines changed

1 file changed

+20
-50
lines changed

‎docs/leetcode_plugin.md

Lines changed: 20 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,52 @@
1-
# leetcode-editor [![Release](https://github.com/shuzijun/leetcode-editor/workflows/Release/badge.svg)](https://github.com/shuzijun/leetcode-editor/releases) [![Snapshot](https://github.com/shuzijun/leetcode-editor/workflows/Snapshot/badge.svg)](https://github.com/shuzijun/leetcode-editor/actions?query=workflow%3ASnapshot)
2-
3-
- [English Document](https://github.com/shuzijun/leetcode-editor/blob/master/README.md)
4-
- [中文文档](#简介)
5-
6-
- 有用的链接
7-
- [登录帮助](https://github.com/shuzijun/leetcode-editor/blob/master/doc/LoginHelp_ZH.md)
8-
- [自定义代码生成](https://github.com/shuzijun/leetcode-editor/blob/master/doc/CustomCode_ZH.md) ([示例](https://github.com/shuzijun/leetcode-question))
9-
10-
## 简介
1+
2+
## Leetcode editor简介
113
在IDE中解决LeetCode问题,支持`leetcode.com``leetcode-cn.com`,满足基本的做题需求。
124
理论上支持: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio。
13-
[be with you!](http://shuzijun.cn/leetcode-editor/monitor.html)
14-
15-
16-
## 使用方式
17-
<p align="center">
18-
<img src="https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/leetcode-editor-3.0.gif" alt="demo"/>
19-
</p>
205

21-
## 本地调试
22-
<p align="center">
23-
<img src="https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/customConfig-100.gif" alt="demo"/>
24-
</p>
256

267
### 安装
27-
- **通过插件库安装** [leetcode-editor](https://plugins.jetbrains.com/plugin/12132-leetcode-editor)
28-
- **下载文件安装** [releases](https://github.com/shuzijun/leetcode-editor/releases)
29-
- **如果您想捐助此项目,可以选择pro版本** [leetcode-editor-pro](https://plugins.jetbrains.com/plugin/17166-leetcode-editor-pro)
8+
- **通过插件库安装** ![leetcode-editor](https://user-images.githubusercontent.com/33345911/162762222-857a72f1-4635-493e-8b20-cc2ba89dbfb1.png)
309

3110
### 配置(第一次安装需要先配置)
32-
33-
<p align="center">
34-
<img src="https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/config-3.0.png" alt="settings"/>
35-
</p>
11+
- **插件打开leetcode** ![leetcode-editor](https://user-images.githubusercontent.com/33345911/162762446-e3b2d76d-fd05-43e7-9c41-de59ee70f53a.png)
12+
13+
- **配置路径**: `File` -> `settings`->`tools`->`leetcode plugin` ![leetcode-config](https://user-images.githubusercontent.com/33345911/162762858-7ccf082e-39ab-4222-934d-f2a2970ebee9.png)
3614

37-
- **配置路径**: `File` -> `settings`->`tools`->`leetcode plugin`
3815
- **`URL可选项`**: `leetcode.com``leetcode-cn.com`
3916
- **`Code Type`**: `Java`,`Python`,`C++`,`Python3`,`C`,`C#`,`JavaScript`,`Ruby`,`Swift`,`Go` ,`Scala`,`Kotlin`,`Rust`,`PHP`,`Bash`,`SQL`
4017
- **`LoginName`**: 登录用户名
4118
- **`Password`**: 登录密码
4219
- **`Temp File Path`**: 临时文件存放目录
4320
- **`proxy(HTTP Proxy)`**: 使用http代理,配置路径:`File` -> `settings`->`Appearance & Behavior`->`System Settings`->`HTTP Proxy`
44-
- **`Custom code template`**: 自定义代码生成模板 ([详细介绍](https://github.com/shuzijun/leetcode-editor/blob/master/doc/CustomCode_ZH.md))([示例](https://github.com/shuzijun/leetcode-question))
21+
- **`Custom code template`**: 自定义代码生成模板
4522
- **`LevelColour`**: 自定义题目难度颜色,重启后生效
4623
- **`English Content`**: 题目显示英文描述
4724

48-
### 窗口(主窗口右下角![icon](https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/LeetCodeIcon.png))
25+
### 窗口(主窗口右下角![icon](https://user-images.githubusercontent.com/33345911/162762629-34aa1095-81aa-475e-90d4-597a9e502bec.png)
4926

50-
<p align="center">
51-
<img src="https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/window-3.0.png" alt="window"/>
52-
</p>
5327

5428
- **工具栏**:
55-
- ![login](https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/login.png)**`登录`**:两个网站的登录帐号不互通,切换网站需配置对应的用户
56-
- ![logout](https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/logout.png)**`退出`**:退出当前账户,如遇到登录错误,尝试先进行退出
57-
- ![refresh](https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/refresh.png)**`刷新`**:在未登录的情况下也可查看刷新加载题目,但是无法提交
58-
- ![find](https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/find.png)**`查找`**:输入内容后回车搜索,再次回车搜索下一个,只会搜索题库节点下
59-
- ![collapse](https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/collapseAll.png)**`折叠`**:折叠全部节点.
60-
- ![config](https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/config.png)**`配置`**:快捷跳转到配置界面
61-
- ![clear](https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/clear.png)**`清理`**:清理配置的缓存目录下的文件,两个网站对应的缓存目录不同,只会清理当前配置的网站下的。部分题目未提交的情况下慎重清理
29+
- **`登录`**:两个网站的登录帐号不互通,切换网站需配置对应的用户
30+
- **`退出`**:退出当前账户,如遇到登录错误,尝试先进行退出
31+
- **`刷新`**:在未登录的情况下也可查看刷新加载题目,但是无法提交
32+
- **`查找`**:输入内容后回车搜索,再次回车搜索下一个,只会搜索题库节点下
33+
- **`折叠`**:折叠全部节点.
34+
- **`配置`**:快捷跳转到配置界面
35+
- **`清理`**:清理配置的缓存目录下的文件,两个网站对应的缓存目录不同,只会清理当前配置的网站下的。部分题目未提交的情况下慎重清理
36+
37+
- ****: ![Problems](https://user-images.githubusercontent.com/33345911/162762982-f8bea8c2-7141-4064-a0dc-1339a14b2065.png)
6238

63-
- ****:
6439
- **`Problems`**:全部题目
6540
- **`Difficulty`**:难度分类
6641
- **`Tags`**:类型分类
6742
- **`Explore`**:探索内容,只包含题目,收费内容不支持;部分题目加载有顺序限制
6843
- **`颜色`**:题目颜色代表题目难度
6944
- **`符号`**:题目前```?`代表当前题目解答状态,探索下有 `$` 开头的为付费或者其他情况下无法查看的
7045

71-
### 菜单
72-
<p align="center">
73-
<img src="https://raw.githubusercontent.com/shuzijun/leetcode-editor/master/doc/menu-3.0.png" alt="menu"/>
74-
</p>
46+
### 菜单
47+
48+
- **菜单(在题目上右击出现)**: ![upload-leetcode-code](https://user-images.githubusercontent.com/33345911/162763081-5149c9e4-6158-44b1-8343-b6a5435cbf56.png)
7549

76-
- **菜单(在题目上右击出现)**:
7750
- **`open question`**:打开题目,在题目上双击也可以打开
7851
- **`open content`**:查看描述,包含图片(依赖 Markdown)
7952
- **`Submit`**:提交题目
@@ -86,6 +59,3 @@
8659

8760
- **Editor菜单(在Editor上右击出现)**:
8861
功能同上
89-
90-
### 常见问题
91-
[常见问题](https://github.com/shuzijun/leetcode-editor/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /