Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>helloVSCHannaProject1New to Visual Studio Code? Get it now.
helloVSCHannaProject1

helloVSCHannaProject1

Hanna Rebryna

|
1 install
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

Hello World Demo
(Replace this with an actual screenshot or GIF if you have one.)


Usage

  1. Open the Command Palette (Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on macOS).
  2. Search for "Hello World" and run the command.
  3. "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

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