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

AutoComplete does not ignore comments #4168

Open
Stevefb opened this issue Jul 9, 2018 · 0 comments
Open

AutoComplete does not ignore comments #4168

Stevefb opened this issue Jul 9, 2018 · 0 comments
Labels
feature-autocomplete feature-block-completion AC issues specific to the "block completion" handler work-item Used for features not implemented to document requirements

Comments

@Stevefb
Copy link

Stevefb commented Jul 9, 2018

For example, pressing enter at the end of comment:

Private Sub foo()
    'do something
End Sub

results in this:

Private Sub foo()
    'do something
        
    Loop
End Sub
@Vogel612 Vogel612 added bug Identifies work items for known bugs feature-autocomplete labels Jul 9, 2018
@retailcoder retailcoder added work-item Used for features not implemented to document requirements and removed bug Identifies work items for known bugs labels Aug 20, 2018
@retailcoder retailcoder added the feature-block-completion AC issues specific to the "block completion" handler label Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-autocomplete feature-block-completion AC issues specific to the "block completion" handler work-item Used for features not implemented to document requirements
Projects
Development

No branches or pull requests

3 participants