Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Various UI fixes for the completion UI, including: - Better handling of large font sizes - Better handling of custom line heights (the height for suggestions was hardcoded previously; now it's in sync with the line height) - The preview of the `detail` property from suggestion is inline with the completion item This improves the look-and-feel of the completion UI, but there's still a few things I'd like to look at as next steps: - Introducing a subtle enter/exit animation so it is not as 'jarring' when it pops open - help smooths out cases where it closes for a frame and comes back (ie, an incomplete completion provider) - Add UX for the `documentation` property - this could show snippet or emmet expansions, or detailed documentation for properties. Need to experiment with the right experience here. Fixes #2264
- Loading branch information