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

Backspace key confuses autocomplete when deleting #4261

Open
Greedquest opened this issue Aug 9, 2018 · 3 comments
Open

Backspace key confuses autocomplete when deleting #4261

Greedquest opened this issue Aug 9, 2018 · 3 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

@Greedquest
Copy link
Contributor

In an empty module enter

Sub test()

End Sub

End Sub

Then select the middle End Sub and delete with the backspace key. Instead of removing as expected, it creates a new instance. Possibly related to #4139.

@comintern comintern added bug Identifies work items for known bugs feature-autocomplete labels Aug 9, 2018
@Vogel612
Copy link
Member

Vogel612 commented Aug 9, 2018

What version are you running?

@Greedquest
Copy link
Contributor Author

@Vogel612 The latest pre-release at the time:

Version 2.2.0.3624
OS: Microsoft Windows NT 10.0.17134.0, x64
Host Product: Microsoft Office 2016 x86
Host Version: 16.0.10325.20082
Host Executable: EXCEL.EXE

@retailcoder
Copy link
Member

Block completion is currently "working" without a parse tree, which makes it rather unstable and erratic; I'd recommend disabling the entire feature for now (via settings > autocompletion settings).

I'm getting close to being PR-ready with my autocomplete work in my fork - block completion will be temporarily removed, and self-closing pairs are being completely overhauled (and fully unit-tested).

@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

4 participants