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

[Language Services] Modules completions don't behave as expected in all cases #4245

Open
gcampbell-msft opened this issue Jan 17, 2025 · 0 comments
Assignees
Labels
Milestone

Comments

@gcampbell-msft
Copy link
Collaborator

gcampbell-msft commented Jan 17, 2025

Brief Issue Summary

If I type FindPython at the beginning of a line and use the completion, it helps me out and creates the find_package call with the right arguments.

However, if I already have typed the find_package and am now putting find_package(FindPython and then accept the completion, it still creates the find_package command, resulting in

find_package(find_package(Python REQUIRED))

This is erroneous.

@github-project-automation github-project-automation bot moved this to Blocked in CMake Tools Jan 17, 2025
@gcampbell-msft gcampbell-msft added this to the 1.20 milestone Jan 17, 2025
@gcampbell-msft gcampbell-msft moved this from Blocked to Pending Prioritization in CMake Tools Jan 17, 2025
@gcampbell-msft gcampbell-msft self-assigned this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Pending Prioritization
Development

No branches or pull requests

1 participant