typhonshambo / ai-styleguide

An AI-powered tool that crafts personalized code style guides and provides real-time feedback to ensure consistency and quality.
https://ai-styleguide.streamlit.app
MIT License
7 stars 1 forks source link

Using diagnostics rather than Code lens #3

Open typhonshambo opened 3 months ago

typhonshambo commented 3 months ago

Earlier we were using codelens to display the suggestions in in VS-code extension, this was displaying outputs above every line which needed changes as we saw in the demo


https://github.com/typhonshambo/ai-styleguide/assets/54593764/852f3357-a0b4-4313-9096-6d4ea19b2394

but imo its creating more clutters in VS-code editor. So i am thinking of shifting to vscode diagnostics feature, this will just print a wavy line below the code suggesting and on hovering over them we can see the suggested changes, demo is provided in the attached video


Screenshot 2024-07-06 at 11 22 53 PM