Skip to content

Support surround with section/comments command#801

Merged
angelozerr merged 1 commit intoredhat-developer:masterfrom
JessicaJHee:581-surround-with
Mar 2, 2023
Merged

Support surround with section/comments command#801
angelozerr merged 1 commit intoredhat-developer:masterfrom
JessicaJHee:581-surround-with

Conversation

@JessicaJHee
Copy link
Copy Markdown
Member

}
break;
default:
List<String> sections = getSectionNames(node, offset, adjusted);
Copy link
Copy Markdown
Contributor

@angelozerr angelozerr Feb 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed it should be really nice to support snippet with section, but let's do that in an another PR, let's generate only for the moment:

  • {#}
  • {/}

And #802 should takes care of apply completion of section (without snippet)

@angelozerr
Copy link
Copy Markdown
Contributor

@JessicaJHee I think this PR is not a draft PR now?

Signed-off-by: Jessica He <jhe@redhat.com>
@JessicaJHee JessicaJHee marked this pull request as ready for review March 2, 2023 16:05
@angelozerr angelozerr merged commit 1d88fa1 into redhat-developer:master Mar 2, 2023
@angelozerr
Copy link
Copy Markdown
Contributor

LGTM, thanks @JessicaJHee !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Surround with section / comments

2 participants