zed-industries / extensions

Extensions for the Zed editor
566 stars 224 forks source link

WakaTime support request #497

Open dupeiran001 opened 1 year ago

dupeiran001 commented 1 year ago

Check for existing issues

Describe the feature

WakaTime is a plugin to static coding time of all IDEs together in a dashboard

I'm not sure whether it's possible to support it in zed?

Or support third party plugins?

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

No response

PineappleRind commented 1 year ago

this depends on zed-industries/zed#5269 WakaTime has listed a Zed extension as "not yet available" (at the bottom of this page)

clarkezone commented 4 months ago

+1 to the request

alanhamlett commented 2 months ago

A minimal extension API was added in https://github.com/zed-industries/zed/issues/5269, but unfortunately it only supports themes and language extensions so it's not yet possible to build an extension like WakaTime. I've opened an issue to request a full extension API similar to other IDEs:

https://github.com/zed-industries/zed/issues/10795