microsoft / monaco-editor

A browser based code editor

Home Page:https://microsoft.github.io/monaco-editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I display the full suggestion detail directly

cuiyueshuai opened this issue · comments

I want to display the full suggestion detail directly, rather than clicking the arrow extension to display it, something like that
image

I look up to the interface Monaco/Editor/API/Editor/ISuggestOptions/showInlineDetails, but this is not what I want, how should I do

Thank you very much

For me, if I hit Ctrl+Space again it will display the second popup. Perhaps you can try that.

@rcjsuen Yes, I hit Ctrl+Space display the second popup by pressing Ctrl+Space in the English input environment, but I want to display it directly without operating the display, How can the code be configured? do you have a way ? thank you

For me, if I hit Ctrl+Space again it will display the second popup. Perhaps you can try that.