Welcome to the Daily Pro Tip (IDS) extension for Visual Studio Code! This extension provides you with an IDS daily tip to enhance your productivity and coding skills.
Features
Daily Tip: Receive a new tip every day to improve your coding practices.
Webview Panel: Tips are displayed in a visually appealing webview panel.
Random Tip: Tips are randomly selected from a predefined list.
Requirements
No additional requirements or dependencies are needed for this extension.
Extension Settings
This extension does not contribute any settings.
Known Issues
No known issues at this time. Please report any issues you encounter.
Release Notes
0.0.1
Initial release of Daily Pro Tip.
0.0.2
README.md fix
0.0.3
VSCode Marketplace name change from daily-pro-tip to Daily Pro Tip (IDS)
0.0.4
Minor fixes
Usage
Install the extension from the VSCode Marketplace.
Open the command palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).
Type Show Daily Pro Tip and select the command to view a random daily tip.
Contributing
This project welcome contributions from the community! Here are some ways you can contribute:
Adding New Tips
Fork the repository.
Add your tips to the src/tips.json file in the following format:
[
{"tip": "Your new tip here."},
...
]
Submit a pull request with your changes.
Reporting Issues
If you encounter any issues or have suggestions for improvements, please open an issue on the repository.
Code Contributions
Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and ensure they are well-tested.
Submit a pull request with a detailed description of your changes.