Skip to content
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

Improve JSDocs and refactor notifier #32

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Improve JSDocs and refactor notifier #32

merged 2 commits into from
Aug 16, 2024

Conversation

melloware
Copy link
Member

Fix #26

@melloware melloware requested a review from FlipWarthog August 16, 2024 16:49
src/extension.ts Outdated
* @param {TextDocument} document - The document in which the hover was invoked.
* @param {Position} position - The position at which the hover was invoked.
* @returns {Hover | null} A Hover object containing the hover information, or null if no information is available.
*/
provideHover(document: TextDocument, position: Position): Hover | null {
_output.appendLine(`In hover, position is ${position.line}:${position.character}`);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you wanna clean up some of these outputs I added for debugging hover? I don't think we need it outputting all this anymore now that it works.

@melloware
Copy link
Member Author

Good point I just commented them out instead of deleting them entirely.

@melloware melloware added this to the 2.1.2 milestone Aug 16, 2024
@melloware melloware merged commit 803207a into main Aug 16, 2024
1 check passed
@melloware melloware deleted the jsdoc branch August 16, 2024 17:04
@FlipWarthog
Copy link
Collaborator

Good point I just commented them out instead of deleting them entirely.

Works for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor: Code Cleanup
2 participants