Is there an Eclipse watcher?

Any chance someone has come across an Eclipse watcher?
Had a quick look but I couldn’t see one. Haven’t explored how to build a custom watcher but any help would be appreciated :slight_smile:.

There currently aren’t any watcher available for Eclipse no, if you decide to make one we’d be happy to help answer questions. It’s not very complicated to make one, you only need to know the programming language, filename and the folder of the project currently open and send that as a JSON message via HTTP to aw-server every few seconds if there is activity (what we call a heartbeat).