Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regions/ collapsable parts of script #11678

Closed
WithHolm opened this issue Aug 29, 2023 · 1 comment
Closed

regions/ collapsable parts of script #11678

WithHolm opened this issue Aug 29, 2023 · 1 comment
Labels
enhancement New feature or request Needs: Triage 🔍

Comments

@WithHolm
Copy link

when opening longer bicep scripts, you often have to wade through hundreds of lines of code to diagnose the actual problem resource/map etc you are facing, with no way of breaking the script down into logically different parts (params,vars,solution x, solution y, output)

I dont need to explain exacly what im thinking of here, but:

//region solution x
resource ...

module ...

resource ...
//endregion solution x

this wouldn't convert to arm in any way, but mostly for being a big QOL upgrade for the local language enginge

@slavizh
Copy link
Contributor

slavizh commented Aug 30, 2023

duplicate to #46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Needs: Triage 🔍
Projects
Archived in project
Development

No branches or pull requests

3 participants