Comment retention
Hello, I have recently started using traycer its really great, but I think there could be more improvement in some parts.
1. Showing suggestions after restart
Like I had to close my vsc without analyzing all suggestions, but when I restarted vsc once there were no suggestions in any file.
2. Re-analyzing file
I deleted one suggestion by mistake, but when i ran
analyze
command, it didn't shown the same suggestion, yeah LLM can show different suggestions everytime, but there should be some features to undo these changes2 Replies
Hi @Sahil, glad that you are finding it useful and thanks for the feedback! For (1) we are planning to implement a comment cache that persists across restarts. For (2), the comments do not re appear because we cache the previous analysis for the code block and do not re run the analysis unless that code block has changed since the last analysis. Maybe we should keep the old comments around and let the user view or revive them from a “Deleted Comments” section. We are currently building a sidebar UX for Traycer which would make it possible to have such features.
thanks for the reply, deleted comments section in sidebar would be much helpful if any comment was deleted by mistake, and that cache while restarting would be great too