Hello World Extension
A minimal Visual Studio Code extension that demonstrates how to activate and run commands by writing "Hello World" to the editor.
Features
- Adds a single command: Hello World
- When triggered, it inserts
Hello World at the current cursor position in your active text editor
This extension is intentionally simple and meant as a foundation for learning how to build your own VS Code extensions.
Demo

(Replace this with an actual screenshot or GIF if you have one.)
Usage
- Open the Command Palette (
Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on macOS).
- Search for "Hello World" and run the command.
"Hello World" will appear at your current cursor position.
Requirements
No additional dependencies. Just install and use.
Extension Settings
This extension contributes the following command:
helloWorld.sayHello – Inserts "Hello World" into the current editor.
(There are no user-configurable settings yet.)
Known Issues
- None so far — but if you find any, feel free to open an issue in the repository.
Release Notes
1.0.0
- Initial release of Hello World Extension
Contributing
Pull requests are welcome!
If you'd like to see a new feature or improvement, open an issue to discuss it first.
License
MIT License
| |