You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking to replace the Annotate gem with Ruby LSP, but I noticed that its schema information is much slimmer than what Annotate offers. I'm often looking at NOT NULL constraints, default values, foreign keys and indexes in Annotate comments, but Ruby LSP currently shows only column names and types. Is that possibly on the roadmap?
The text was updated successfully, but these errors were encountered:
Thank you for the feature suggestion! It would be great to show more of the schema information on hover. It's not in our immediate roadmap, but our team will be glad to provide assistance and review any PRs if someone wishes to contribute that.
andyw8
changed the title
Including column constraints, foregin keys and indexes on hover
Including column constraints, foreign keys and indexes on hover
Jun 3, 2024
I was looking to replace the Annotate gem with Ruby LSP, but I noticed that its schema information is much slimmer than what Annotate offers. I'm often looking at
NOT NULL
constraints, default values, foreign keys and indexes in Annotate comments, but Ruby LSP currently shows only column names and types. Is that possibly on the roadmap?The text was updated successfully, but these errors were encountered: