Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>cmd-helloNew to Visual Studio Code? Get it now.
cmd-hello

cmd-hello

autocompletedemo

|
2 installs
| (0) | Free
this is a auto complete demo
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

autocomplete-demo

Description

This is an autocomplete demo package for Visual Studio Code.

Installation

To install autocomplete-demo, follow these steps:

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the square icon on the sidebar or pressing Ctrl+Shift+X.
  3. Search for "autocomplete-demo" in the Extensions Marketplace.
  4. Click on the "Install" button.

Usage

To use the autocomplete-demo package, follow these steps:

  1. Open Visual Studio Code.
  2. Press Ctrl+Shift+P to open the Command Palette.
  3. Type "Hello World" and select the "autocomplete-demo.helloWorld" command.
  4. A notification should appear with the message "Hello World!"

Development

To develop autocomplete-demo, follow these steps:

  1. Clone the autocomplete-demo repository from GitHub.
  2. Install the dependencies by running npm install in the package root directory.
  3. Start the development server by running npm run watch.
  4. Open Visual Studio Code and load the package by pressing F5.

Testing

To run the tests for autocomplete-demo, follow these steps:

  1. Run npm run pretest to compile the tests and the package.
  2. Run npm run test to run the tests.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft