GubbiPal
Gubbi is your coding pal using a ChatGPT api key.
Features
- Open Side View
- Create Code from a Comment
- Refactor Code
- Explain Code
- Code Review
- Create Unit Tests
- General Chatting (Inline Comments)
- Open Command Options (Help)
Commands/keybinds
Name |
Command |
keybinds / shortcuts |
Description |
Implemented |
Open side view |
gubbipal.open |
ctrl+alt+g o |
Opens the side view where a chat, settings and other stuff can be found. |
❌ |
Create code from a comment |
gubbipal.generate |
ctrl+alt+g c |
Creates code inline from a comment. |
✅ |
Refactor code |
gubbipal.refactor |
ctrl+alt+g r |
Refactors code inline. If a selection is made, only the selection will be refactored. |
|
Explain code |
gubbipal.explain |
ctrl+alt+g e |
Explains code. If a selection is made, only the selection will be refactored. |
❌ |
Code review |
gubbipal.review |
ctrl+alt+g t |
Reviews the whole file and adds comments with good and bad stuff. |
❌ |
Create unit tests |
gubbipal.unittest |
ctrl+alt+g u |
Creates unit tests. If a selection is made, only the unit tests for the selection is made. |
❌ |
General chatting (inline comments) |
gubbipal.chat |
ctrl+alt+g g |
Answers your comment with inline comments. |
❌ |
Open command options (help) |
gubbipal.help |
ctrl+alt+g h |
Opens the command options like ctrl+shift+p . |
❌ |
| |