Justin Grote

Results 875 comments of Justin Grote

Discussion here for reference: https://github.com/Azure/bicep/discussions/1855

@alex-frankel @NeilMacMullen I'd say the most important thing here would be enabling intellisense for whatever "constants" are produced. I think the best way to do this would be to allow...

Related to #1895 , here's an example file I generate with Powershell that I would like to import in a way that it never actually ends up in the ARM,...

Using the JSON method, this is pretty nice and has intellisense: ![image](https://user-images.githubusercontent.com/15258962/125642606-b91068d5-889e-4add-b7da-39c1004ef0d2.png)

## Workaround for Visual Studio Code Use this extension https://marketplace.visualstudio.com/items?itemName=maptz.regionfolder with this config: ```json "maptz.regionfolder": { "[bicep]": { "foldStart": "//region [NAME]", "foldStartRegex": "//region[\\s]*(.*)", "foldEnd": "//endregion", "foldEndRegex": "//endregion", } }, ```...

> * If it is not official it is hard to use it in code within company as everyone has to configure this As mentioned, put it in the workspace...

@Happy-Ferret hasn't been a commit since April, pretty sure this is a dead project. Hopefully Github does something first-party with their issues revamp.

> @JustinGrote @Happy-Ferret unfortunately, that is true. Maintainers moved on to their own things, and a newer version cannot be published without the marketplace credentials.. Hopefully GitHub provides something [in-house](https://code.visualstudio.com/docs/editor/github),...

@SteveL-MSFT is this possibly up for grabs again since the other PR was closed? I just got bit by this and had to implement my own overriding class.