banacorn / agda-mode-vscode

agda-mode on VS Code
https://marketplace.visualstudio.com/items?itemName=banacorn.agda-mode
MIT License
169 stars 39 forks source link

`editor.action.showDefinitionPreviewHover` (Hover or `Ctrl+K` type information) much slower than it should be. #135

Open MathiasSven opened 1 year ago

MathiasSven commented 1 year ago

When you ask for an inferred type via one of Agda: Infer Type (simplified, normalised, instantiated) the information is given to you almost instantly, I assume all it does is query the cache, however when hovering the mouse or doing Ctrl+K on the symbol to show the type, that process takes a long time