What is (VS Code Extension)At a VS Code Hackathon, I created an extension called What is that helps beginner programmers become familiar with certain project files that may seem confusing and daunting at first. As a programmer, I always like to understand how everything works and what everything means. That's why I found it hard to jump right in to a project when there was so much starter code and so many auto-generated files that I didn't understand. This extension was created so that others can learn briefly about these files and feel more comfortable starting a new project. How it WorksThe file options currently supported are the following:
When one of these files appears in your project, you will have the option to learn more about the file by right-clicking on it and selecting the feature What is. A brief description of the file will then be shown in a message. Release Notes1.0.06/28/20: Initial release of What is VS Code Extension, supported file options include package.json, package-lock.json, README.md, .gitignore, and robots.txt. |