- Notifications
You must be signed in to change notification settings - Fork 107
feat(hover): hover on functions + add hover integration tests #485
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
Conversation
| We have a couple of large functions -- e.g. 233 line sproc. For these functions, is there a possibility of an option to just show the signature, and not the function body? e.g. sync_course_instances( IN disk_course_instances_data jsonb[], IN syncing_course_id bigint, OUT name_to_id_map jsonb )and not: full body |
Very good point! Done. |
| # Input | ||
| ```sql | ||
| select count(*) from users | ||
| ↑ hovered here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh thats so beautiful
Uh oh!
There was an error while loading. Please reload this page.