The Motivational Quotes extension displays a random motivational quote in the status bar of Visual Studio Code. Users can also shuffle the quote to get a new one at any time. Additionally, users can add their own custom quotes through the settings.
Features
Display a random motivational quote in the status bar.
Shuffle to a new quote on demand.
Add custom motivational quotes via settings.
Development
Prerequisite
Node.js
VSCode
Yeoman and VSCode Extension Generator:
npm install -g yo generator-code
Setup
Generate a new VSCode extension:
yo code
Follow the prompts and choose New Extension (TypeScript).
Replace the generated code with the code from this repository.
Compile and Run
Compile the TypeScript code:
npm run compile
Open VSCode and press F5 to start debugging and open a new window with the extension loaded.
Installation
Install from VSCode Marketplace:
Search for "Motivational Quote" in the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS) and click Install.