Let me guess: proprietary, like Pylance, and unavailable in VSCodium?
Postgres IDE in VS Code
11–20 of 433 posts
Re: Postgres IDE in VS Code
#12Re: Postgres IDE in VS Code
#13Let me guess: proprietary, like Pylance, and unavailable in VSCodium?
Re: Postgres IDE in VS Code
#14https://github.com/Microsoft/vscode-pgsql no source, not a promising privacy policy https://github.com/microsoft/vscode-pgsql/blob/main/PRIVACY
Re: Postgres IDE in VS Code
#15[flagged]
Re: Postgres IDE in VS Code
#16I still think Jetbrains has the gold standard in IDE - Database interaction
Re: Postgres IDE in VS Code
#17That's cool. How do I get this into JetBrains IDEs?
Re: Postgres IDE in VS Code
#18> [...] all without ever leaving your favorite code editor. That's cool. How do I get this into JetBrains IDEs?
JetBrains has always done their completion / language integration differently than VSCode + LSP, but it seems to work well. My only complaint is that GoLand organizes imports differently than gopls / goimports, but my knowledge there is a few years out of date. I've worked on teams with a lot of GoLand users and nothing has really bothered me on this front recently, so they probably fixed it years ago.
Re: Postgres IDE in VS Code
#19Let me guess: proprietary, like Pylance, and unavailable in VSCodium?
Re: Postgres IDE in VS Code
#20I still think Jetbrains has the gold standard in IDE - Database interaction