onivim/oni

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

Open

#1.758 aberto em 9 de mar. de 2018

Ver no GitHub
 (1 comment) (2 reactions) (0 assignees)TypeScript (336 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (11.389 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador