When working with GJS there does not seem to be any documentation. Is there an integration for Visual Studio Code, at least?
Asked
Active
Viewed 685 times
1 Answers
1
There are a few TypeScript definitions available for GJS:
- Evan Welsh's gi.ts
- sammydre's ts-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