]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/generate_documentation_template.rs
refactor: use hir to check if fn in trait/impl
[rust.git] / crates / ide_assists / src / handlers / generate_documentation_template.rs
2021-12-10 Côme ALLARTrefactor: use hir to check if fn in trait/impl
2021-12-10 Côme ALLARTfix: check correctly if function is exported
2021-12-07 Côme ALLARTfix: add mod files in path in generated examples
2021-12-07 Côme ALLARTfix: disable assist for documented functions
2021-12-06 Côme ALLARTfix: reduce assist scope: pub fn's in pub modules
2021-12-06 Côme ALLARTfix: format assist doc for sourcegen_assists_docs
2021-12-06 Côme ALLARTfeat: assist to generate documentation templates