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

[FR] TCommentBlockOrInline #302

Open
huyz opened this issue Nov 3, 2022 · 2 comments
Open

[FR] TCommentBlockOrInline #302

huyz opened this issue Nov 3, 2022 · 2 comments

Comments

@huyz
Copy link

huyz commented Nov 3, 2022

In both JetBrains IDEs and VS Code, if we do a block comment, we get a combination of TCommentBlock or TCommentInline.

If multiple lines are selected, we end up with something similar to TCommentBlock:

/*
line 1
line 2
*/

But if only part of a line is selected, we end up with something similar to TCommentInline:

part /*of the*/ line

The behavior simply depends on the selection.

Could we have something like that in tcomment too? Right now, I use TCommentInline but if I select multiple lines, I end up with something like:

/* line 1 */
/* line 2 */
@tomtom
Copy link
Owner

tomtom commented Nov 5, 2022 via email

@huyz
Copy link
Author

huyz commented Nov 6, 2022

Yeah, this is very low priority

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

No branches or pull requests

2 participants