Skip to content

Releases: ayame113/atom-ide-deno

v1.2.0

18 Apr 16:02
Compare
Choose a tag to compare
  • supports "Go to Definition"
    using go to definition
  • add hosts that support import completion to the default settings
  • Preparing commands for custom request
    • For developers: You can try a custom request by opening a console with ctrl-shift-i and typing the following command:
this is not work in current version ```js await atom.packages.activePackages["atom-ide-deno"].mainModule.provideDenoCache() await atom.packages.activePackages["atom-ide-deno"].mainModule.provideDenoCacheAll() await atom.packages.activePackages["atom-ide-deno"].mainModule.provideDenoPerformance() await atom.packages.activePackages["atom-ide-deno"].mainModule.provideDenoReloadImportRegistries() await atom.packages.activePackages["atom-ide-deno"].mainModule.showDenoStatusDocument() await atom.packages.activePackages["atom-ide-deno"].mainModule.provideDenoVirtualTextDocument({uri: 'deno:/status.md'}) ```

v1.1.0

11 Apr 12:58
Compare
Choose a tag to compare
  • supports Import Completions

v1.0.0

11 Apr 13:00
Compare
Choose a tag to compare
  • supports importMap
  • supports tsconfig
  • supports executable path