File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
# 简单的使用说明
2
2
3
3
4
- #### ▶【提示:】更多详细的使用步骤 ,请看我的博客:[ Flutter代码模板,解放双手,提高开发效率必备] ( https://www.jianshu.com/p/4184745d6983 )
4
+ ## ▶【提示:】更多详细的图文使用详细讲解 ,请看我的博客:[ Flutter代码模板,解放双手,提高开发效率必备] ( https://www.jianshu.com/p/4184745d6983 )
5
5
6
6
----
7
7
8
- ### 一、对于AS或者IDEA用户来说,只需要下载settings.jar就可以了。
8
+ ### 一、对于AS或者IDEA用户来说,只需要下载settings.jar就可以了。点击 ` File ` --> ` Import Settings ` ,选择 ` settings.jar ` 导入。
9
9
10
10
> ** 注意事项:**
11
11
17
17
点击菜单栏File --> Settings --> Editor --> General --> Code Completion -->
18
18
在 Case sensitive completion 后面的选项改成NONE:进行模糊匹配。(First Letter:根据首字母进行匹配)
19
19
```
20
- ----]
21
-
22
- ### 二、对于VSCode用户来说,请下载` dart.json ` 文件,然后复制到` C:\Users\Administrator\AppData\Roaming\Code\User\snippets ` 目录里面即可,如已经存在,请替换就OK。
23
-
24
20
----
25
21
26
- ### 三、关于mac用户导入setting.jar出现的问题:
22
+ ### 二、对于VSCode用户来说,请下载 ` dart.json ` 文件,然后复制到 ` C:\Users\Administrator\AppData\Roaming\Code\User\snippets ` 目录里面即可,如已经存在,请替换就OK。Mac用户,请复制到 ` /Library/Application Support/Code/User/snippets/ ` 目录里面。
27
23
28
- ** 欢迎使用mac的朋友们都来帮忙完善**
29
24
30
25
----
31
26
You can’t perform that action at this time.
0 commit comments