-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Setting to change what comment tag to detect? (instead of //) #9
Comments
I'm working on a fix at the minute to pick up on |
Thank you for the quick reply! |
Hi @Mayron , I'm finishing up on this addition - just wanted to get a bit of background: does Lua work with |
@aaron-bond Sorry for not replying in a long time. Lua works with -- but not // |
The notification went to my junk box... |
I want to start by saying that this is a very neat idea implemented by @aaron-bond ! The common PowerShell extensions to be included would be .ps1, .psm1 and .psd1 # Work-around for current PowerShell users: Change line 50 from You'll need to add |
Hey, sorry for the lack of updates on this one. New job has kept me away from side projects for a bit. I have a fairly substantial update for the plugin sitting ready to go but have a bug which is kicking my ass. I'll release it as soon as I can figure out what I've broken :) |
Hey @mpearon, my last couple of checkins added a lot of new stuff. I've added support for powershell scripts on single lines, but not multiline yet (only supporting jsdoc style multiline atm). |
New changes for v1.0.0 added support for comment styles: [//, #, --], so closing this issue. |
Would it be possible to simply add the ability for us to tell Better Comments which comment tag to search for? This would allow us to configure the extension to work with many other languages such as Python or Lua.
I want to change it from registering
//
as a comment, to--
to work with SQL and Lua Scripts.So that I can do:
-- TODO: This needs completing!
I'm currently using Visual Studio Code and no option like this exists (you can only change colours).
Thanks for the great extension. I've recommended it to every developer I work with and they love it too!
The text was updated successfully, but these errors were encountered: