vscommander README
Useful commands for developers using Visual Studio Code for learning purposes 
Demo
  
Features
Commands are at your finger tip by pressing Shift+Cmd+P on MacOS or Shift+Ctrl+P on Windows and Linux. You can map them to your favorite shortkeys. 
List of available commands: 
_: display all commands started with _ 
_Hello World : display a hello world message 
_Open IPython Shell : open an ipython shell in the terminal 
_Run Selected Lines In IPython : execute selected lines from editor directly in ipython shell 
_Open A Proxy Browser : open a proxy browser for browsing the web 
_Create A Temporary File : create a temporary file which will be automatically deleted when exit vs code 
_Maximize Editor Space: maximize the editor view space 
_Reset View: reset to normal view 
_Toggle Maximized Panel: toggle maximized panel view 
_Tic Tac Toe: play tic tac toe game with the computer AI 
_Stackoverflow Search: search stackoverflow website 
_Google Search: search google website 
_Github Search: search github website 
_Github Gist Search: search github gists 
_New Github Gist: create a new github gist 
_Youtube Search: search youtube website 
_DuckDuckGo Search: search duckduckgo website 
_Bing Search: search bing website 
_Public Ip Address: show your current public ip address 
_Show Map Location: show your current map location 
_Weather USA: show current weather in different cities in the USA 
_Find Food Location: find current food locations on google map 
_Serve Food: show special food for today from the chef on statusbar 
_Stop Serving Food: ask the chef to stop serving food on statusbar 
_Encrypt: encrypt a file 
_Decrypt: decrypt a file 
 
Prerequisites
Commands which use ipython need to have ipython installation. 
See instructions here: ipython 
Release Notes
0.0.3
 |  |