Skip to content

[IDE] Rename CodeCompletion to IDEInspection in cases where the code path no longer exclusively applies to code completion #62522

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

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Dec 12, 2022

The code completion infrastructure is also being used for cursor info now, so it should no longer be called code completion.

rdar://103251187

@ahoppen
Copy link
Member Author

ahoppen commented Dec 12, 2022

@swift-ci Please smoke test

@ahoppen ahoppen force-pushed the ahoppen/rename-completion branch from 0dced76 to c6de4a9 Compare December 12, 2022 14:02
@ahoppen
Copy link
Member Author

ahoppen commented Dec 12, 2022

@swift-ci Please smoke test

Copy link
Contributor

@bnbarham bnbarham left a comment

Choose a reason for hiding this comment

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

Interesting name, seems reasonable to me. Thanks!

@@ -1,4 +1,4 @@
//===--- CodeCompletionCallbacks.h - Parser's interface to code completion ===//
//===--- IDEInspectionCallbacks.h - Parser's interface to code completion ===//
Copy link
Contributor

Choose a reason for hiding this comment

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

code completion

Not true any more 😅

…path no longer exclusively applies to code completion

The code completio infrastructure is also being used for cursor info now, so it should no longer be called code completion.

rdar://103251187
@ahoppen ahoppen force-pushed the ahoppen/rename-completion branch from c6de4a9 to fe2ae72 Compare December 13, 2022 10:41
@ahoppen
Copy link
Member Author

ahoppen commented Dec 13, 2022

@swift-ci Please smoke test

@ahoppen ahoppen merged commit 58aaa4f into swiftlang:main Dec 13, 2022
@ahoppen ahoppen deleted the ahoppen/rename-completion branch December 13, 2022 15:40
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.

3 participants