Skip to content

atomiechen/vscode-handyllm

Repository files navigation

HandyLLM in Visual Studio Code

vsmarketplace PyPI

VS Code extension for HandyLLM (>= 0.7.0).

Features

Hprompt syntax highlight

See demo below:

example screenshot

Run hprompt file

  • Run the active hprompt file from the action button, or right click an .hprompt file, or issue from the command palette Run Hprompt (keyboard shortcut configured).
  • You can change handyllm command used in the terminal by setting handyllm.commandName (needs installation of HandyLLM CLI).

See gif below:

run hprompt

Create starter hprompt file

Issue from command palette New Hprompt File, or New File and then select Hprompt File.

See gif below:

create hprompt