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

Hide calltip when a matching ) is written up to the starting point where it's shown #3967

Closed
ccordoba12 opened this issue Jan 16, 2017 · 0 comments

Comments

@ccordoba12
Copy link
Member

Right now if you write

li = [1, 2, 3]
(max(<1>li)<2> + 6)<3>

a calltip is shown when the cursor is in <1>, but it's not closed when you write ) in <2> but instead is closed in <3> when that last ) matches the first ( in the line.

@dalthviz, please fix this.

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