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

Use of obsolete Rem comment syntax #58

Closed
retailcoder opened this issue Nov 21, 2014 · 1 comment
Closed

Use of obsolete Rem comment syntax #58

retailcoder opened this issue Nov 21, 2014 · 1 comment

Comments

@retailcoder
Copy link
Member

[Suggestion]

VBA still supports the Rem comment syntax (not at the end of a statement though). Rubberduck should (strongly) suggest to replace Rem with a single quote, so this:

Rem this is a comment

Becomes that:

' this is a comment
@retailcoder
Copy link
Member Author

implemented

retailcoder added a commit that referenced this issue Mar 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants