You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not a bug report. (please use a different template for reporting a bug)
This issue is not a duplicate of an existing issue. (please use the search to find existing issues)
Description
Hi, I'm a novice Monaco.
Suppose I have this code in javascript:
function funcName(parameter1)
{
.....
}
When I fold it, I want it to be displayed as a table (I want to draw it with HTML),
Function Name
funcName
Parameters
parameter1
Question:
Is this possible?
I'm not sure if the folding function can be realized. Do you have any suggestions?
If there is no such function, can you add corresponding support?
My idea is that the code can not be displayed as code,
It can be any appearance (such as table \ image \ flow chart. Of course, what is displayed depends on my HTML)
They can show forms that are easier for adults to understand.
This discussion was converted from issue #2884 on March 03, 2023 13:24.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Context
Description
Hi, I'm a novice Monaco.
Suppose I have this code in javascript:
function funcName(parameter1)
{
.....
}
When I fold it, I want it to be displayed as a table (I want to draw it with HTML),
Question:
My idea is that the code can not be displayed as code,
It can be any appearance (such as table \ image \ flow chart. Of course, what is displayed depends on my HTML)
They can show forms that are easier for adults to understand.
thank you!
Beta Was this translation helpful? Give feedback.
All reactions