Skip to content

v1.2.0

Compare
Choose a tag to compare
@ayame113 ayame113 released this 18 Apr 16:02
  • 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'}) ```