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
When you write code Vscode will ask you what is the property of a certain variable,Or the mouse hover will see the corresponding class,cmd + click to goToDefintion,So, can I parse a method under a class file, and know the input and input parameters of this method, if it is a basic type, such as List, I can parse it as a Json Schema like
{
type: 'array',
item: 'string'
}
If the source is pkg,The object is further parsed
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
-
When you write code Vscode will ask you what is the property of a certain variable,Or the mouse hover will see the corresponding class,cmd + click to goToDefintion,So, can I parse a method under a class file, and know the input and input parameters of this method, if it is a basic type, such as List, I can parse it as a Json Schema like
{
type: 'array',
item: 'string'
}
If the source is pkg,The object is further parsed
Beta Was this translation helpful? Give feedback.
All reactions