Esri / esri-leaflet

A lightweight set of tools for working with ArcGIS services in Leaflet. :rocket:
https://developers.arcgis.com/esri-leaflet/
Apache License 2.0
1.61k stars 799 forks source link

Visual Studio Code Snippets Collection #1203

Open pmacMaps opened 4 years ago

pmacMaps commented 4 years ago

I was reminded today that there is an ArcGIS API for JavaScript Snippets extension for VS Code. The project is maintained on GitHub.

It got me thinking that it might be cool to create a spin-off repo to create a VS Code Snippets extension for Esri-Leaflet.

I don't know what's involved in this type of project, but I think having it community-focused would be cool. I would love to hear other users' thoughts.

Groot-2001 commented 1 month ago

Hi @gavinr , I would love to work on this issue. I would love to hear if you elaborate this a little.

hhkaos commented 1 month ago

Hi @Groot-2001, the repo of that VS Code extension is here: https://github.com/Esri/arcgis-js-vscode-snippets

I assume the goal here would be to do something similar but using Esri Leaflet, right?

I guess snippets should help developers to easily:

I would probably grab ideas from the Sample Code doc.

Should I be a new repo? If you want, I can request a new empty repo that we can use.

Groot-2001 commented 1 month ago

@hhkaos

Yes, creating a new repository would be the way to go for building a VS Code extension using Esri Leaflet. The snippets you mentioned can indeed help developers easily incorporate functionalities like loading Esri basemap layers, feature layers, geocoding search, etc. Feel free to request a new empty repository that we can use for this project.

hhkaos commented 1 month ago

@Groot-2001 I have been checking with the team and we think for now we would prefer you to host that repo, and we will reference it from this repo and contribute to it. Would that work?

hhkaos commented 1 month ago

hi @Groot-2001, let me know if you need any help with this 🙂