Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>minipilotNew to Visual Studio Code? Get it now.
minipilot

minipilot

Minipilot-team

|
234 installs
| (5) | Free
Python code completion plugin
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Minipilot 1.1.1

Code completion example

Deep neural network completion example

Minipilot is python code completion plugin. Extension uses power of GPT models to provide completions based on public repositories code. Minipilot also learns on code written by user to provide more personal completions with time.

Requirements

  • Python>=3.8 (added to PATH)
  • Python venv module (https://docs.python.org/3/library/venv.html)
  • Python pip module (https://pip.pypa.io/en/stable/installation/)

Extension Settings

This extension contributes with following settings:

Server

  • Enabled : Choose between usage of local server, external server or both.

  • Local Server Port : Port for local server to use that is available.

  • External Server Address : Ipv4 address of external server providing machine learning based completions.

  • External Server Timeout : Waiting time for response of external server.

Hints

  • Display Mode : Choose how you want hints to be displayed.

  • Trigger Mode : Choose when server asking will trigger.

Known Issues

If you find any issue, you are welcome to contact us!

Currently there are no known issues.

Release Notes

1.1.1

Fixed minor bug with python installation from MS Store.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft