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
I'm trying to learn about the compiler internals and having code autocompletion and other IDE integrations would help me on understandimng better the internal apis.
v doc works well for the web and the current output with the function and struct signatures is nice, but it doesn't work across different modules or works recursively.
So my idea is to have something like v doc -r v and this will show the documentation for v.builtin v.ast v....
Also i miss the abilty to enumerate all the modules
Feature RequestThis issue is made to request a feature.Unit: vdocBugs/feature requests, that are related to the output/behaviour of the `v doc` tool.
1 participant
Converted from issue
This discussion was converted from issue #5398 on September 22, 2021 00:46.
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
-
I'm trying to learn about the compiler internals and having code autocompletion and other IDE integrations would help me on understandimng better the internal apis.
v doc works well for the web and the current output with the function and struct signatures is nice, but it doesn't work across different modules or works recursively.
So my idea is to have something like
v doc -r v
and this will show the documentation for v.builtin v.ast v....Also i miss the abilty to enumerate all the modules
Beta Was this translation helpful? Give feedback.
All reactions