Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>What isNew to Visual Studio Code? Get it now.
What is

What is

ANW

|
105 installs
| (0) | Free
Feature that provides more information about certain types of files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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 Works

The file options currently supported are the following:

  • package.json
  • package-lock.json
  • README.md
  • .gitignore
  • robots.txt

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 Notes

1.0.0

6/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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft