Overview Version History Q & A Rating & Review
Before you install!!
You need vscode ^1.25.0
Code Reminder v0.1.4
Remind commands is now easy, just add commands to vscode preferences/settings and use ctrl+alt+v (Linux/Windows) or ctrl+v (Mac)
Changelog
Changelog
Bugs
If you find a bug please feel free to open a new issue with the details of the bug
Contributing
Have a good idea for this project? You can join!, just download the code and send merge request
Installation
Open Visual Studio Code
Press Ctrl+P
ó Cmd+P
for open Quick Open dialog
Write ext install code-reminder
for search and found this extension
Click on Install
, and you should look is Enable
.
Open vscode preferences/settings and add new configuration:
"code-reminder": {
"reminder": [
"import pudb; pu.db",
"debugger",
"import"
]
}
OR
Open your favorite terminal
And just exec code --install-extension giovannyreyeso.code-reminder
How i use it?
Just need press Ctrl+Alt+V
(Linux/Windows) or Ctrl+V
on Mac
Every time you press the command you will show a list for select a item
press enter for selected or click on the item
Repository
GitHub
Credits
giovannyreyeso | giovannyreyeso@gmail.com | twitter.com/giovannyreyeso
License