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

LSP: Signature Help #6725

Merged
merged 1 commit into from
Nov 6, 2024
Merged

LSP: Signature Help #6725

merged 1 commit into from
Nov 6, 2024

Conversation

ogoffart
Copy link
Member

@ogoffart ogoffart commented Nov 6, 2024

No description provided.

@ogoffart ogoffart requested a review from hunger November 6, 2024 10:09
use i_slint_compiler::parser::{syntax_nodes, SyntaxKind, SyntaxNode, SyntaxToken};
use lsp_types::{ParameterInformation, ParameterLabel, SignatureHelp, SignatureInformation};

pub(crate) fn get_signature_help(
Copy link
Member

Choose a reason for hiding this comment

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

Isen't pub enough here? This is a binary anyway.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, pub would work. I think it was auto-completed by rust-analyzer.

@ogoffart ogoffart merged commit e3ea25f into master Nov 6, 2024
36 checks passed
@ogoffart ogoffart deleted the olivier/lsp branch November 6, 2024 12:27
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.

2 participants