DEV Community

晓道
晓道

Posted on

最近的一些情况

最近感觉zed越来越好用了,emacs有时候遇到奇怪的问题,还是不好排查,还是把zed用起来。
写代码搞代码补全,读代码,gd,gr,还是挺好用的。
zed 支持gd ,gD,好像mac上gD还有bug,所以还得简单配置一下
keymap.json

[
  {
    "context": "Editor && vim_mode == normal",
    "bindings": {
      "g r": "editor::FindAllReferences"
    }
  }
]
Enter fullscreen mode Exit fullscreen mode

新学会一快捷键,g+space,可以跳转搜索结果里面的文件,还真不好找,问ai知道的。

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay