3

When working with GJS there does not seem to be any documentation. Is there an integration for Visual Studio Code, at least?

abergmeier
  • 13,224
  • 13
  • 64
  • 120

1 Answers1

1

There are a few TypeScript definitions available for GJS:

The GNOME APIs are documented at https://gjs-docs.gnome.org/. There is also usage documentation and examples in the GJS repository:

andy.holmes
  • 3,383
  • 17
  • 28