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

[bat] change comment token to @rem #105896

Closed
septsea opened this issue Sep 2, 2020 · 0 comments
Closed

[bat] change comment token to @rem #105896

septsea opened this issue Sep 2, 2020 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders languages-basic Basic language support issues verification-needed Verification of issue is requested verified Verification succeeded

Comments

@septsea
Copy link

septsea commented Sep 2, 2020

I often edit batch files using VS Code. However, there is something that I think that can be optimized.

When I press Ctrl+/ to comment one line, I expect it to prepend @REM instead of REM to the line.

REM remark prints itself, while @REM remark does not.

I know that using @echo off is a workaround; I could replace all REM s by @REM s as well.

However, either needs extra work, which is somewhat inconvenient.

@aeschli aeschli changed the title On batch file comments [bat] change comment token to @rem Sep 3, 2020
@aeschli aeschli modified the milestones: Backlog, September 2020 Sep 3, 2020
@aeschli aeschli added languages-basic Basic language support issues feature-request Request for new features or functionality labels Sep 3, 2020
@aeschli aeschli closed this as completed in c255e91 Sep 8, 2020
@aeschli aeschli added the verification-needed Verification of issue is requested label Sep 8, 2020
@jrieken jrieken added the verified Verification succeeded label Sep 29, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Oct 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders languages-basic Basic language support issues verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@jrieken @aeschli @septsea and others