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

"Toggle Line Comment" command creates C-style comment #16

Open
thesilican opened this issue Jan 18, 2024 · 0 comments
Open

"Toggle Line Comment" command creates C-style comment #16

thesilican opened this issue Jan 18, 2024 · 0 comments

Comments

@thesilican
Copy link

Installed product versions

  • Visual Studio Code: 1.85.1
  • This extension: 1.3.1

Description

Toggling line comments (e.g. by pressing ctrl+/) adds a C-style comment

Steps to recreate

  1. Open an EBNF file
  2. Press ctrl+/ (or cmd+/ on macOS)
Screenshot 2024-01-18 at 10 24 15 AM

Current behavior

Adds C-style line comment // ... to the beginning of the line

Expected behavior

Ideally it should add (* ... *) style comment to the line

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

1 participant