Line error and hint not shown #1285
Replies: 1 comment
-
There is an open issue for this at #846 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I love this extension and I subscribe to the idea of querying my DBs right on my IDE. However, there is a major gap vs other tools that is keeping me from using it.
Let me explain it with an example, when there is a syntax error in my query and I run the query on Postico I get a message like this:
Notice how the error shows the exact line and character where it happened and it shows a hint too.
When I run that exact query in VS SQLTools extension, I get this:
Notice how the line number is missing.
I in this case I am querying a Postgres DB and have the SQLTools PostgreSQL/Cockroach Driver extension for the connector.
Is there a way to show the line error and the hint on this extension?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions