Implement optional hover tooltip with function documentation
This commit is contained in:
parent
0ecc6c196f
commit
353333653f
7 changed files with 90 additions and 2 deletions
|
|
@ -126,6 +126,7 @@ export function Repl({ embedded = false }) {
|
|||
fontFamily,
|
||||
isLineNumbersDisplayed,
|
||||
isAutoCompletionEnabled,
|
||||
isTooltipEnabled,
|
||||
isLineWrappingEnabled,
|
||||
panelPosition,
|
||||
isZen,
|
||||
|
|
@ -335,6 +336,7 @@ export function Repl({ embedded = false }) {
|
|||
keybindings={keybindings}
|
||||
isLineNumbersDisplayed={isLineNumbersDisplayed}
|
||||
isAutoCompletionEnabled={isAutoCompletionEnabled}
|
||||
isTooltipEnabled={isTooltipEnabled}
|
||||
isLineWrappingEnabled={isLineWrappingEnabled}
|
||||
fontSize={fontSize}
|
||||
fontFamily={fontFamily}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue