onivim/oni

The autocompletion popup is all jumpy because of the different size of the snippets

Open

#1,758 opened on Mar 9, 2018

View on GitHub
 (1 comment) (2 reactions) (0 assignees)TypeScript (11,389 stars) (336 forks)batch import
bughelp wanted

Description

When moving in the list of the suggested snippets, the preview area is updated with the currently focused snippet. The problem is that the snippets are not the same size, making the list jump around.

When presenting a list to the user, the list should move as little as possible so that is is easy to target a specific item.

See below; the preview areas are not the same size, and since the popup is fixed from the bottom, it makes the list move up & down.

capture d ecran 2018-03-09 a 09 50 01 capture d ecran 2018-03-09 a 09 49 52

Contributor guide

The autocompletion popup is all jumpy because of the different size of the snippets · onivim/oni#1758 | Good First Issue