|
|
|
|
|
by steinroe
927 days ago
|
|
that is definitely the goal, both a formatter and a linter. we want to add something like squawk and plpgsql_check directly to the language server, so you get eslint-like dx. with both the ast and the database schema at hand, you can basically add any rule you like. and this is far out, but eventually we are maybe even able to combine the language server with declarative schema management and have go-to-definition etc working. [0] https://github.com/sbdchd/squawk/tree/master
[1] https://github.com/okbob/plpgsql_check |
|