Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using diagnostics rather than Code lens #3

Open
typhonshambo opened this issue Jul 6, 2024 · 0 comments · May be fixed by #4
Open

Using diagnostics rather than Code lens #3

typhonshambo opened this issue Jul 6, 2024 · 0 comments · May be fixed by #4
Assignees
Labels
enhancement New feature or request

Comments

@typhonshambo
Copy link
Owner

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


beta_demo_video.mov

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

@typhonshambo typhonshambo added the enhancement New feature or request label Jul 6, 2024
@typhonshambo typhonshambo self-assigned this Jul 6, 2024
@typhonshambo typhonshambo linked a pull request Jul 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant