File Observer API for Plugin #1120
dikidjatar
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
This isn't real time(I guess). Acode/src/plugins/sdcard/index.d.ts Line 252 in df66862 You can use it through |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on an Acode plugin, but I'm facing an issue: I need a way to detect real-time file changes in the currently open folder (like when a file is modified, added, deleted, etc.). Right now, I can only use FileEvents, but it only triggers when the file is active in the editor and doesn't work for files listed in the sidebar file list.
I wish there were an event listener for file changes, not just for the active file in the editor.
If Acode had a File Observer API that could provide events for any file changes, it would be incredibly helpful, eliminating the need to manually reload repeatedly.
Beta Was this translation helpful? Give feedback.
All reactions