|
2 | 2 |
|
3 | 3 | ![LeetCode Helper] |
4 | 4 |
|
| 5 | +## Table of Contents |
| 6 | + |
| 7 | +- [Overview](#overview) |
| 8 | +- [Features](#features) |
| 9 | +- [Installation](#installation) |
| 10 | +- [Usage](#usage) |
| 11 | +- [Extension Settings](#extension-settings) |
| 12 | +- [Known Issues](#known-issues) |
| 13 | +- [Release Notes](#release-notes) |
| 14 | +- [Contributing](#contributing) |
| 15 | +- [Code of Conduct](#code-of-conduct) |
| 16 | +- [FAQs](#faqs) |
| 17 | +- [Troubleshooting](#troubleshooting) |
| 18 | +- [License](#license) |
| 19 | + |
| 20 | +## Badges |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
5 | 26 | ## Overview |
6 | 27 |
|
7 | 28 | LeetCode Helper is a Visual Studio Code extension designed to streamline the process of solving LeetCode problems. It provides a seamless interface to write, test, and debug your solutions directly within VS Code. |
@@ -49,6 +70,39 @@ This extension contributes the following settings: |
49 | 70 |
|
50 | 71 | - Initial release of LeetCode Helper. |
51 | 72 |
|
| 73 | +## Contributing |
| 74 | + |
| 75 | +We welcome contributions to improve this project. Please follow these guidelines: |
| 76 | + |
| 77 | +1. Fork the repository. |
| 78 | +2. Create a new branch for your feature or bugfix. |
| 79 | +3. Make your changes and commit them with clear and concise messages. |
| 80 | +4. Push your changes to your forked repository. |
| 81 | +5. Create a pull request to the main repository. |
| 82 | + |
| 83 | +## Code of Conduct |
| 84 | + |
| 85 | +We expect all contributors to adhere to our Code of Conduct. Please read it before contributing. |
| 86 | + |
| 87 | +## FAQs |
| 88 | + |
| 89 | +**Q: How do I fetch a LeetCode problem?** |
| 90 | +A: Use the command `LeetCode Helper: Fetch Problem` from the Command Palette. |
| 91 | + |
| 92 | +**Q: How do I run test cases?** |
| 93 | +A: Use the command `LeetCode Helper: Run Test Cases` from the Command Palette. |
| 94 | + |
| 95 | +**Q: What languages are supported?** |
| 96 | +A: Currently, Python and C++ are supported. |
| 97 | + |
| 98 | +## Troubleshooting |
| 99 | + |
| 100 | +If you encounter any issues, try the following steps: |
| 101 | + |
| 102 | +1. Ensure you have the latest version of the extension installed. |
| 103 | +2. Check the extension settings to ensure they are configured correctly. |
| 104 | +3. Restart VS Code. |
| 105 | +4. If the issue persists, please open an issue on the GitHub repository. |
52 | 106 |
|
53 | 107 | ## License |
54 | 108 |
|
|
0 commit comments