Nothing more than the subject line, I just wanted to say that I love where you're going with this!
I see that you have support for ASTs, but what about concrete syntax trees (CSTs)? I've been toying with the idea of writing a code rewrite engine that can take all my poorly documented code and stub out doc comments using the actual code itself (i.e., parse to a CST, modify the CST, quote it out). I can't just use rust-analyzer for this as I'm eventually going to have to figure out how to handle multiple other languages as well.
Thank you again for working on this!
Nothing more than the subject line, I just wanted to say that I love where you're going with this!
I see that you have support for ASTs, but what about concrete syntax trees (CSTs)? I've been toying with the idea of writing a code rewrite engine that can take all my poorly documented code and stub out doc comments using the actual code itself (i.e., parse to a CST, modify the CST, quote it out). I can't just use rust-analyzer for this as I'm eventually going to have to figure out how to handle multiple other languages as well.
Thank you again for working on this!