Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
docs: add intellisense setup info to readme (#312)
Browse files Browse the repository at this point in the history
Feedback requested having this information in a more visible location.
So in addition to adding the VSCode IntelliSense setup info from January
2023 summary into the "Framework Integration" doc site page, we think it
makes sense to also include that information in examples repo readme.
  • Loading branch information
DitwanP authored Jul 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6062fb4 commit 11a5b81
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 11a5b81

Please sign in to comment.