arcgis-js-vscode-snippets
arcgis-js-vscode-snippets copied to clipboard
Collection of Visual Studio Code snippets for common code patterns in the ArcGIS Maps SDK for JavaScript.
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.3. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250 4.5.2 (2024-01-19) fix: fs deny for case...
### Check existing issues - [X] I have [checked for existing issues](https://github.com/Esri/arcgis-js-vscode-snippets/issues) to avoid duplicates ### Snippet prefix "require" and "map" ### Proposal ## 1) `map` enhance proposal The `map`...
I think we can improve the [snippet builder](https://esri.github.io/arcgis-js-vscode-snippets/builder/) by: * [ ] Increase height of body and description fields (calcite) * [ ] Adding checkboxes to be able to select...
The JS [Search Widget](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html) has many optional properties and different source options. Create a snippet for each scenario below: - [ ] Search [widget](https://developers.arcgis.com/javascript/latest/sample-code/widgets-search-3d/) - [ ] Search widget with...
Hello again!, Sorry I know this issue is long, but I wanted to share with you some doubts that have arisen while I was creating new snippets and my opinion...
**Greetings and happy Hacktoberfest 2024!** We're thrilled that you've chosen to participate in Hacktoberfest with us! Please bear in mind that during the month of October 🎃, the volume of...
Currently we use a default esri icon. This issue is to identify and replace it with a more meaningful icon. Once a new icon has been identified it can be...
Today the extension contain just a few snippets Snippet|Description -- | -- |simpleMarkerSymbol | Creates a SimpleMarkerSymbol in a MapView. Contains placeholder for style. |pictureMarkerSymbol | Creates a PictureMarkerSymbol in...
Today the extension contain just a one snippets Snippet|Description -- | -- |addLayerFromPortalItem | Add a new layer to the map from an ArcGIS Online or Enterprise portal item. Contains...
In addition to the existing snippets, which I would recommend revisiting to make them clearer (like with `map`)  It would be nice adding some...