zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.5k stars 3.13k forks source link

Zed editor doesn't know if the files are changed elsewhere. Especially with GRPC and ORM code generation tools. #15791

Open Gantushig77 opened 3 months ago

Gantushig77 commented 3 months ago

Check for existing issues

Describe the feature

Zed editor doesn't know when files changed elsewhere. Especially when using gRPC to generate code, it doesn't know whether or not the old generated files are changed. Also, ORM schema files are not syncing.

I am using the editor with the Golang micro-service project on the MacOS Sequoia public beta release. Also using the Docker compose with a volume that bound the local source code files with the VM and git submodules enabled.

I am currently using the version Zed 0.146.5 release version, with the vim-mode enabled.

If applicable, add mockups / screenshots to help present your vision of the feature

No response

andelo commented 3 months ago

A workaround is to Go To Definition so that Zed reads in the changed file. Apparently file watching is defunct.