autocomplete-demo
Description
This is an autocomplete demo package for Visual Studio Code.
Installation
To install autocomplete-demo, follow these steps:
- Open Visual Studio Code.
- Go to the Extensions view by clicking on the square icon on the sidebar or pressing Ctrl+Shift+X.
- Search for "autocomplete-demo" in the Extensions Marketplace.
- Click on the "Install" button.
Usage
To use the autocomplete-demo package, follow these steps:
- Open Visual Studio Code.
- Press Ctrl+Shift+P to open the Command Palette.
- Type "Hello World" and select the "autocomplete-demo.helloWorld" command.
- A notification should appear with the message "Hello World!"
Development
To develop autocomplete-demo, follow these steps:
- Clone the autocomplete-demo repository from GitHub.
- Install the dependencies by running
npm install in the package root directory.
- Start the development server by running
npm run watch .
- Open Visual Studio Code and load the package by pressing F5.
Testing
To run the tests for autocomplete-demo, follow these steps:
- Run
npm run pretest to compile the tests and the package.
- Run
npm run test to run the tests.
| |