Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AgiliNew to Visual Studio Code? Get it now.
Agili

Agili

fbehrens

|
64 installs
| (0) | Free
little helpers to use Terminal for interactive development
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

agili README

Agili is a minimal extension which provides the following commands

  • saveAndRepeat Save Current file and repeats last Command in Terminal, by sending the sequence \u001b[A\n to terminal. However in powershell sequence is slightly modified.
  • execute_cell: Execute selected text or Cell surrounded by #% ... markers. Pseudocomments ## ... will be activated.
print(1)

# % start

def greet(name):
    print(f'Hi {name}, nice to see you')

# >greet('Claudia') # pseudocomment will be removed when executing block

# % end

print(1)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft