Skip to content

Commands Reference

All APIScope commands are available from the Command Palette (Cmd+Shift+P / Ctrl+Shift+P) under the APIScope category.

Panel & navigation

CommandDescription
APIScope: Open APIScopeOpen the main panel
APIScope: Open Global AuthenticationOpen the Authentication tab
APIScope: Manage EnvironmentsOpen the Environments tab
APIScope: Open History TabOpen the History tab
APIScope: Open Scan TabOpen the Scan tab
APIScope: Open SourceJump to source code for a scanned request

Scanning

CommandDescription
APIScope: Scan EndpointsScan workspace and refresh Generated Collection
APIScope: Rescan ProjectFull rescan with dirty-state confirmation

Authentication

CommandDescription
APIScope: Session LoginForm login against /login and capture cookies

Collections tree

CommandDescription
APIScope: Refresh CollectionsReload collections from disk
APIScope: New CollectionCreate a user collection
APIScope: Import Collection…Import a .apiscope.json file
APIScope: Export Collection…Export a collection to .apiscope.json
APIScope: New FolderAdd folder in selected collection
APIScope: New RequestAdd request in user collection
APIScope: Duplicate CollectionCopy a collection
APIScope: Delete CollectionRemove a user collection
APIScope: Rename CollectionRename a user collection
APIScope: Rename FolderRename a folder
APIScope: Delete FolderRemove a folder
APIScope: Rename RequestRename a request
APIScope: Duplicate RequestCopy a request
APIScope: Delete RequestRemove a request

Keyboard shortcuts

ActionmacOSWindows / Linux
Send request⌘↵Ctrl+Enter

Shortcuts are disabled while a modal dialog is open.

Activation

The extension activates when:

  • You open the APIScope view or run an APIScope command
  • The workspace contains pom.xml or build.gradle (Spring projects)

Other frameworks activate on first explicit scan or panel open.

Apache-2.0 Licensed