onivim/oni

The autocompletion popup can be moved by clicking away from the line it was opened on

Open

#1,759 opened on Mar 9, 2018

 (0 comments) (1 reaction) (0 assignees)TypeScript (297 forks)batch import
bughelp wanted

Repository metrics

Stars
 (11,250 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

How to reproduce:

  • Open the snippets popup on line x
  • Click on line x + n

The popup is now anchored on line x + n

Selecting a snippet will still insert it on line x even though the popup is on line x + n

Contributor guide