Skip to content

Add initial code lens support #25

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

Merged
merged 1 commit into from
Apr 26, 2025
Merged

Conversation

christopher-b
Copy link
Contributor

This expands on Adam's work in #24, providing out-of-the-box code lens support for:

  • Jump to view from controller actions
  • Run tests
  • Run migrations

We filter out lenses that are not currently supported.

There are a few areas this can be improved:

  • Support for user customization of commands
  • A nicer terminal launch. It will currently launch a new terminal with each test run. It would be preferable to reuse the same terminal buffer
  • Debug support 😬

@adam12 adam12 merged commit 1b88106 into adam12:main Apr 26, 2025
@adam12
Copy link
Owner

adam12 commented Apr 26, 2025

Looks great! Much thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants