Ctrl+Shift+P or Cmd+Shift+P).
Request Commands
Create a new HTTP request file. Opens a new
Icon: New File
.lcreq file in the request editor.Category: LiteClientIcon: New File
Open a previously executed request from history. Loads the request details into a new request editor.Category: LiteClient
Collection Commands
Create a new collection to organize related requests. Prompts for a collection name.Category: LiteClient
Icon: New Folder
Icon: New Folder
Add an existing collection. Alternative method for creating collections.Category: LiteClient
Rename an existing collection. Prompts for a new name.Category: LiteClient
Icon: Edit
Icon: Edit
Delete a collection and all its requests. Prompts for confirmation.Category: LiteClient
Icon: Trash
Icon: Trash
Add the current request to a collection. Prompts to select the target collection.Category: LiteClient
Rename a request within a collection. Prompts for a new name.Category: LiteClient
Remove a request from a collection. The request file itself is not deleted.Category: LiteClient
Icon: Trash
Icon: Trash
Environment Commands
Create a new environment for managing variables. Prompts for an environment name.Category: LiteClient
Icon: New Folder
Icon: New Folder
Add a new environment. Alternative method for creating environments.Category: LiteClient
Rename an existing environment. Prompts for a new name.Category: LiteClient
Icon: Edit
Icon: Edit
Delete an environment and all its variables. Prompts for confirmation.Category: LiteClient
Icon: Trash
Icon: Trash
Open the environment manager interface to manage all environments and variables.Category: LiteClient
Variable Commands
Add a new variable to the selected environment. Prompts for name and value.Category: LiteClient
Icon: Add
Icon: Add
Edit an existing environment variable. Prompts for new name and value.Category: LiteClient
Icon: Edit
Icon: Edit
Delete a variable from the environment. Prompts for confirmation.Category: LiteClient
Icon: Trash
Icon: Trash
History Commands
Delete a single request from the history. Available in the history list context menu.Category: LiteClient
Icon: Trash
Icon: Trash
Clear all request execution history. Prompts for confirmation.Category: LiteClient
Icon: Trash
Icon: Trash
Cookie Commands
Open the cookie manager interface to view and manage all stored cookies.Category: LiteClient
Clear the entire cookie jar. Removes all cookies for all domains.Category: LiteClient
Storage Commands
Migrate all data (collections, environments, history, cookies) from global storage to workspace storage.Category: LiteClient
This command creates a
.liteclient/ folder in your workspace root and copies all data there. Use this when you want to share collections and environments via Git.Switch between global and workspace storage scopes. Updates the
liteclient.storageScope setting.Category: LiteClientSwitching storage scope does not automatically migrate data. Use
liteclient.migrateToWorkspace to copy data from global to workspace storage.Using Commands
Command Palette
Access any command by opening the Command Palette:- Windows/Linux
- macOS
Press
Ctrl+Shift+P and type “LiteClient” to filter available commands.Context Menus
Many commands are also available via right-click context menus in the LiteClient sidebar:- Collections: Right-click a collection for rename/delete options
- Requests: Right-click a request for rename/delete options
- Environments: Right-click for rename/delete/add variable options
- Variables: Right-click for edit/delete options
- History: Right-click for delete options
Keyboard Shortcuts
You can assign custom keyboard shortcuts to any LiteClient command:- Open Preferences: Open Keyboard Shortcuts from the Command Palette
- Search for the command (e.g., “liteclient.newRequest”)
- Click the + icon to add a custom keybinding