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

Hover #129

Open
6 tasks
Tracked by #136
psteinroe opened this issue Aug 1, 2024 · 0 comments
Open
6 tasks
Tracked by #136

Hover #129

psteinroe opened this issue Aug 1, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@psteinroe
Copy link
Collaborator

psteinroe commented Aug 1, 2024

The poc of the hover create is simply searching for tables and shows the name of the table and, if set, the comment stored in the db. This is just the bare minimum to show that the infrastructure works, but there is still a lot left to mark this feature as complete:

  • refactor the table resolver into the pg_type_resolver crate to share it with other crates that potentially need it
  • support markdown in hover
  • add more information to the hover content for tables, e.g. the create table statement or a table with all columns and their types
  • add support for columns
  • add support for functions
  • add support for ...(add your request below)
@psteinroe psteinroe added enhancement New feature or request good first issue Good for newcomers labels Aug 1, 2024
@psteinroe psteinroe mentioned this issue Aug 1, 2024
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant