Comments
Sort by recent activity
It's not just on the ON, but in other places as well. I just used that as an example... / comments
It's not just on the ON, but in other places as well. I just used that as an example...
When creating snippets with parens in them, the parens are not being included when the snippet is executed
On multi-line snippets: I put my cursor a few tabs into the code window and executed the snippet. The first line of code started at my cursor position, but the following lines started back at the left side. / comments
When creating snippets with parens in them, the parens are not being included when the snippet is executed
On multi-line snippets: I put my cursor a few tabs into the code window and executed the ...
Thanks ChrisRickard! / comments
Thanks ChrisRickard!
I really doubt my company would pay $95 per seat for the tool, but I would buy it myself if it was priced around $50. / comments
I really doubt my company would pay $95 per seat for the tool, but I would buy it myself if it was priced around $50.
I second the request for support of local variables! / comments
I second the request for support of local variables!
I also found that if you type the following:
SELECT *
FROM Accounts
WHERE
you get the correct list of columns from the accounts table after the where clause.
However, if you using spacing like:
SELECT *
FROM Accounts
WHERE
you will get a list of table names after the where clause, instead of the column names. The space between lines causes problems elsewhere as well... I would like to see this work on the final release because the SQL statements that I work with are all written with the spaces. / comments
I also found that if you type the following:
SELECT *
FROM Accounts
WHERE
you get the correct list of columns from the accounts table after the where clause.
However, if you using spacing li...
I agree, having an option to group columns together at the top and functions together at the bottom is something that would be really helpful... / comments
I agree, having an option to group columns together at the top and functions together at the bottom is something that would be really helpful...