LeCoupa / awesome-cheatsheets

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
https://lecoupa.github.io/awesome-cheatsheets/
MIT License
39.82k stars 6.15k forks source link

vs code cheat for Windows and macOS #330

Closed Ali7040 closed 1 year ago

Ali7040 commented 1 year ago

This pull request adds a cheatsheet for Visual Studio Code (VSCode) shortcuts for both Windows and macOS platforms. The cheatsheet includes a comprehensive list of commonly used keyboard shortcuts for VSCode, organized by functionality and categorized for easy reference.

Motivation Keyboard shortcuts are a critical productivity tool for developers using VSCode. Having a cheatsheet that lists the most commonly used shortcuts in one place can greatly improve the efficiency and workflow of developers. By providing a cheatsheet for both Windows and macOS platforms, we aim to cater to the needs of all VSCode users, regardless of their operating system.

Changes Made Added a new markdown file containing a cheatsheet of VSCode shortcuts for both Windows and macOS. Organized the shortcuts by functionality, including common editing, navigation, search, and debugging shortcuts. Categorized the shortcuts to improve readability and ease of use. Included relevant keyboard shortcuts that are commonly used by developers in their day-to-day workflow in VSCode. Made sure the cheatsheet is up-to-date and includes the latest shortcuts available in the current version of VSCode. Testing Manually tested the cheatsheet by verifying each shortcut against the corresponding functionality in VSCode on both Windows and macOS platforms. Verified the accuracy and completeness of the cheatsheet by cross-referencing with official VSCode documentation and other reputable sources. Tested the formatting and readability of the cheatsheet in different markdown viewers to ensure it is easily readable and accessible. Documentation Added a new markdown file containing the cheatsheet of VSCode shortcuts for Windows and macOS. Included instructions on how to use the cheatsheet and where to find more information on VSCode shortcuts. Mentioned the purpose and benefits of using the cheatsheet in the documentation. Checklist Code follows the project's coding standards and style guidelines. Proper testing has been done to ensure the cheatsheet is accurate and complete. Documentation has been added to explain the usage and purpose of the cheatsheet. All tests pass successfully. No new warnings or errors have been introduced. The changes have been reviewed by at least one other team member.

Reviewer Notes Please review the accuracy and completeness of the cheatsheet to ensure it covers the most commonly used VSCode shortcuts for both Windows and macOS platforms. Check the formatting and readability of the cheatsheet in different markdown viewers to ensure it is easily readable and accessible. Provide feedback on the clarity and usefulness of the documentation added. Verify that the changes adhere to the project's coding standards and style guidelines.

Thank you for reviewing this pull request. Your feedback is highly appreciated.