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

Add option to show/hide proposal with ctrl+space shortcut #89

Closed
8 tasks done
Tracked by #5
Dufgui opened this issue May 10, 2024 · 0 comments · Fixed by #101
Closed
8 tasks done
Tracked by #5

Add option to show/hide proposal with ctrl+space shortcut #89

Dufgui opened this issue May 10, 2024 · 0 comments · Fixed by #101
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Dufgui
Copy link
Collaborator

Dufgui commented May 10, 2024

  • if editor is focused and suggestion are displayed and esc => make suggestion disappear
  • bug if close parenthesis before open parenthesis, they disapear => must be in red
  • if editor suggestion is not displayed, hit controle space, make it appear again
  • move inside editor with mouse, hide suggestion
  • move out of current word with left and right remove suggestion
  • up and down do not move inside text but inside suggestion and hightlight the current suggestion
  • if suggestion is displayed and one si selected and enter is pressed, insert the current suggestion
  • option disableSuggestionOverText controle this behaviour
@Dufgui Dufgui added the enhancement New feature or request label May 10, 2024
@dufoli dufoli added this to the 1.26 milestone May 11, 2024
This was referenced May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants