Skip to content

PyAssistPro is a lightweight offline VS Code extension that boosts Python coding productivity by providing: Quick Python boilerplate code with a command & Auto code completion for Python keywords, loops, functions, and more

Notifications You must be signed in to change notification settings

VaibhavRawat27/PyAssistPro-Extension

 
 

Repository files navigation

PyAssistPro

🚀 PyAssistPro is a lightweight offline VS Code extension that boosts Python coding productivity by providing:

  • ⚙️ Quick Python boilerplate code with a command
  • ✨ Auto code completion for Python keywords, loops, functions, and more

All without relying on AI or internet connectivity.

🧠 Features

🔹 1. Boilerplate Generator (Command)

Run a command to insert a complete starter Python file.

Command:

PyAssistPro: Insert Python Boilerplate

Adds:

# main.py
def main():
    print("Hello, world!")

if __name__ == "__main__":
    main()

🔹 2. Auto Code Completion (Snippets)

Just start typing Python keywords like for, if, while, def, etc., and get code completion suggestions.

Examples:

  • Typing for → Auto fills a for loop block
  • Typing def → Adds a function with docstring
  • Typing if → Adds an if-else block

💻 How to Use

✅ For Boilerplate

  1. Press Ctrl+Shift+P or Cmd+Shift+P
  2. Run: PyAssistPro: Insert Python Boilerplate

✅ For Auto Completion

Start typing keywords like for, if, def in a Python file and see suggestions pop up.


Find our Extension here: https://marketplace.visualstudio.com/publishers/ForkAndFlow

About

PyAssistPro is a lightweight offline VS Code extension that boosts Python coding productivity by providing: Quick Python boilerplate code with a command & Auto code completion for Python keywords, loops, functions, and more

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.0%
  • JavaScript 13.0%