code completion UI could be improved #1041
Labels
closed-duplicate
Closed in favor of an existing report
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
type-ux
A user experience or user interface related issue
Milestone
We should consider improving the UI for code completion. We're currently using the stock completion UI from codemirror; it expects results for what to show in terms of strings (a display string and a string to insert). The codemirror API also allows us to return arbitrary divs, so we would be able to extend it to better match the expressiveness of the IntelliJ or VS Code completion UIs.
The text was updated successfully, but these errors were encountered: