-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feature Request: Fold and Unfold for HTML Tags in .heex files #24
Comments
I was able to resolve this by adding this to my settings: {
"[phoenix-heex]": {
"editor.defaultFoldingRangeProvider": "vscode.html-language-features"
}
} |
Is there a way to plug that into the extension's settings itself so that users don't have to do that manually on their own settings? |
It should be possible. Extensions can contribute default settings |
is this extension abandoned? |
Feature Request
Overview:
I would like to propose the addition of a feature that allows folding and unfolding of HTML tags within .heex files. Currently, the vscode-phoenix extension provides excellent support for working with Phoenix framework's .heex files, but the ability to collapse and expand HTML tags would significantly enhance the development experience.
Details:
Feature Description:
Add the ability to fold and unfold HTML tags in .heex files.
The folding should work specifically for HTML tags, making it easier to navigate and manage the code.
Benefits:
Improved code readability and organization.
Streamlined navigation within .heex files containing extensive HTML markup.
Enhanced developer productivity.
Example of how it should be:
Screen.Recording.2024-02-23.at.09.30.52.mov
The text was updated successfully, but these errors were encountered: