This extension generates Boilerplate Hello World code based on your current language. There is a CLI Version as well
You can find this extension on the marketplace or by forking/copying the project and running the code locally with F5 after installing the necessary dependencies.
If you want to add support for another programming language, follow these steps.
- Clone the repo and run 'npm install' in the project directory.
- Add a new case statement to extension.ts with the appropiate Language Identifier -> https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers
- Create a new test file in the /test dir with the naming convention test.LANGUAGE and the output of your new Hello World script.
- Create a pull request on the Github Repository your changes/additions will be reviewed.