vscode outline cant diff private or public function of rust code
What do you mean, do you have a screenshot? Anyway, we don't do diffs, so you might want to report it against Code.
I mean the different icon of private function and public function.
This is InteliJ IDE look like :
rust-analyzer has tokenModifier to identify public, however, it still a editor level feature to show the diff icon, or, some extentsion could also make it possible.
rust-analyzer has
tokenModifierto identifypublic, however, it still a editor level feature to show the diff icon, or, some extentsion could also make it possible.
Thanks~ i got it . the display diff icon work should vscode itself do .