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
Not sure what the best way to approach this problem is, but support for an LSP would be huge for obvious reasons.
Theoretically, this should be more straight forward than SQL because we have better context at the point of typing.
That is, context flows through the pipe, versus SQL SELECT a, b, c FROM X where we don't know the possible values for a, b, or c until the table X is specified.
The text was updated successfully, but these errors were encountered:
Not sure what the best way to approach this problem is, but support for an LSP would be huge for obvious reasons.
Theoretically, this should be more straight forward than SQL because we have better context at the point of typing.
That is, context flows through the pipe, versus SQL
SELECT a, b, c FROM X
where we don't know the possible values for a, b, or c until the table X is specified.The text was updated successfully, but these errors were encountered: