diff --git a/README.md b/README.md index 7ed9d63a..38f5614c 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,25 @@ npx degit "rollup/rollup-starter-app" [NAME] The [Webpack example](./webpack/) was built from scratch using Webpack 4.x. +## Visual Studio IntelliSense + +Calcite supports IntelliSense in Visual Studio Code. You can quickly add components and their attributes or properties in the Visual Studio Code editor, where accompanying documentation will help you along the way. + +![Calcite IntelliSense in Visual Studio Code](https://user-images.githubusercontent.com/5023024/213829317-32f534fd-6f37-4c10-aa24-f402056ef939.gif) + +To setup IntelliSense, add the following to the `.vscode/settings.json` file in your project: + +```json + "html.customData": [ + "./node_modules/@esri/calcite-components/dist/extras/vscode-data.json" + ] +``` + +For more detailed information on IntelliSense, visit the [Visual Studio Code IntelliSense](https://code.visualstudio.com/docs/editor/intellisense) documentation. + ## License -COPYRIGHT © 2023 Esri +COPYRIGHT © 2024 Esri All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.