-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/formatter #279
base: main
Are you sure you want to change the base?
Feature/formatter #279
Conversation
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
…abWidth Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on 296a251. |
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on 258e6eb. |
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on d6e287e. |
Possible hover bug with select a.*, b.*
from qsys2.exit_program_info a, lateral (
select *
from table (
qsys2.object_statistics(
exit_program_library,
'*pgm',
exit_program
)
)
) b
where exit_point_name like 'qibm_qca_%_command%'
order by exit_point_name, exit_program_number; |
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on 008e435. |
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on 6c3ee29. |
👋 A new build is available for this PR based on 04b43eb. |
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on 9ae112b. |
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on cda50e7. |
Adds the ability to format SQL documents.
Internal notes
Has major change to parser to include scalar functions in
getObjectReferences
. This might affect Source Orbit. It also fixes some issues with hover.To format a document:
To configure SQL formatter
How we collect feedback
Reply with: