mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
support docs in app, platform and packages
This commit is contained in:
parent
d95da9dd5b
commit
f6799cae92
2 changed files with 41 additions and 4 deletions
|
@ -457,7 +457,7 @@ fn make_completion_items_string(
|
|||
.map(|(symbol, var)| make_completion_item(subs, module_id, interns, None, symbol, var))
|
||||
.collect()
|
||||
}
|
||||
///This efficently walks the list of docs checking fewer times
|
||||
///Efficently walks the list of docs collecting the docs for completions as we go. Should be faster than re-walking for every completion
|
||||
fn get_completion_docs(
|
||||
completions: &[(Symbol, Variable)],
|
||||
docs: &ModuleDocumentation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue