Closed
Description
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?