weirwei's recent timeline updates
weirwei

weirwei

V2EX member #668470, joined on 2023-12-25 20:28:51 +08:00
weirwei's recent replies
Dec 9, 2025
Replied to a topic by weirwei Arc ARC 史诗级更新?
@alviss tun 模式
Dec 9, 2025
Replied to a topic by weirwei Arc ARC 史诗级更新?
@alviss 去年国内必须开 tun 模式才能用,现在好像不需要了
Aug 15, 2025
Replied to a topic by GaryLee 浏览器 chrome 还是 edge?
edge ,想换很久了,但是换不掉。
Chrome 同步数据必须科学,并且其他方面的优势对比 edge 感觉不是很大; Firefox 没有垂直标签栏; Arc 是我用过感觉最好用的,但是数据同步要 tun 模式,win 端特别难用,硬伤太硬了; Dia AI 功能很好用,但问题是数据同步,还是半成品,当不了主力。
我用 vscode+codeium+cline
1. 配置代码块


2. 配置 tab 个数
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.value": 15,
无伤不可能,一定程度要改一些使用习惯

推几个插件和简单的配置

插件:

IntelliJ IDEA Keybindings: jetbrains 式快捷键映射
JetBrains IDE Keymap: jetbrains 式快捷键映射

这两个插件还不能满足快捷键需求的话,就自己改吧

GitLens — Git supercharged: git 工具
Code Spell Checker: 单词拼写检查
Todo Tree: 增加一个快速查看 Todo 的侧边按钮
background: 换背景图
vscode-icons: 很好看的 icon 主题
GitHub Theme: github 主题


Goto Implementations: 这个是私货,我用 ai 写的,快速跳转到 go 接口实现类。如果用的不是 go 可以忽略

配置:

keybingings.json
搜索快捷键(原生的快捷键太难用了):
{
"key": "shift+cmd+f",
"command": "workbench.action.quickTextSearch"
}


snippets:
类似于 jetbrains 的 Live Template 功能
{
"Json Tag": {
"prefix": "json",
"body": [
"`json:\"${TM_CURRENT_LINE/^\\s*(\\w+)\\s*.*/${1:/camelcase}/}\"`"
],
"description": "json tag"
},
"New Struct": {
"prefix": "struct",
"body": [
"type $1 struct {",
"\t$2",
"}"
],
"description": "new a struct"
},
}




vscode 其实也有优势,可配置性比较高,插件商店比较丰富,配合 ai 能快速开发一些简单的插件。
配置得好的话能有 jetbrains 编辑器 80% 好用
@chg0901 还有得等,再观望观望
@OrenZ 反正不会用 win 端的 arc ,一坨大便。
win 端我也用 edge ,配置一下很清爽
@catinsides 很好用,macOS 配合 raycast 体验拉满了。谢啦兄弟
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2720 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 14:18 · PVG 22:18 · LAX 07:18 · JFK 10:18
♥ Do have faith in what you're doing.