Skip to main content
Version: Latest (In Progress)

Development Environment

Tools

  • IDE

    • Visual Studio Code for extension development
      • Visual Studio Extension Test Runner
    • Any text editor for other development
  • AI

    • Gemini
  • Package Managers

    • Npm for Visual Code Extension
  • Documentation Generators

    • TypeDoc
      • HTML documentation generator for Typescript
    • Swag and GoMarkDoc
      • HTML documentation generator for Go

Languages

  • Golang
    • Gin for creating the API
  • Typescript
    • For extension development

Testing

  • Postman
    • For API endpoint testing
  • Go testing package
    • For Go testing
  • Test-electron and Test-cli
    • For extension testing