You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I am writing to report an issue I have encountered with the Better Comments extension for Visual Studio Code. Specifically, I have noticed that comments within inline <script> and <style> tags in HTML files are not being highlighted as expected.
I followed these steps to reproduce the issue:
Opened a new HTML file in VS Code.
Added inline <script> and <style> tags.
Used the standard comment syntax for JavaScript (e.g., // TODO, // !) and CSS (e.g., /* TODO */).
Unfortunately, the comments within both tags did not receive any color formatting.
I believe that comments inside inline <script> and <style> tags should be highlighted in the same manner as comments in .js and .css files.
I would appreciate it if you could look into this issue, as it affects the clarity and readability of my code when working with inline JavaScript and CSS. If you need any additional information or would like me to provide further details, please feel free to reach out.
Dear Better Comments Development Team,
I hope this message finds you well. I am writing to report an issue I have encountered with the Better Comments extension for Visual Studio Code. Specifically, I have noticed that comments within inline
<script>
and<style>
tags in HTML files are not being highlighted as expected.I followed these steps to reproduce the issue:
<script>
and<style>
tags.// TODO
,// !
) and CSS (e.g.,/* TODO */
).I believe that comments inside inline
<script>
and<style>
tags should be highlighted in the same manner as comments in.js
and.css
files.For your reference, here are my setup details:
**VS Code Version:(Version: 1.95.3 (user setup)
Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813
Date: 2024-11-13T14:50:04.152Z
Electron: 32.2.1
ElectronBuildId: 10427718
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0)
**Better Comments Version: 3.0.2
**Operating System: Windows_NT x64 10.0.19045
I would appreciate it if you could look into this issue, as it affects the clarity and readability of my code when working with inline JavaScript and CSS. If you need any additional information or would like me to provide further details, please feel free to reach out.
Thank you for your time and support.
Best regards,
Mehran Sarrafi
MehranSarrafi@yahoo.com
The text was updated successfully, but these errors were encountered: