Skip to content

Added F1 keywords #5152

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
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/ide/refactoring/change-signature.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
description: "Learn more about: Change Signature"
title: "Change Signature"
ms.date: "09/18/2022"
f1_keywords: ["vc.pkg.refactoring.changesignaturedlg"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm less familiar with this area. Can you help me understand why these keywords are prefaced with VC Package?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi Tyler, The keywords are to map what we have on the backend to a page in the docs. I'm not 100% sure how the naming convention is decided but in this case they are related to the location of the feature within the source code. The vc.pkg part is probably from the name of the compiled binary vcpkg.dll.

---
# Change Signature

Expand Down
1 change: 1 addition & 0 deletions docs/ide/refactoring/extract-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
description: "Learn more about: Extract Function"
title: "Extract Function"
ms.date: "09/18/2022"
f1_keywords: ["vc.pkg.refactoring.extractfuncdlg"]
---
# Extract Function

Expand Down
1 change: 1 addition & 0 deletions docs/ide/refactoring/rename.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
description: "Learn more about: Rename"
title: "Rename"
ms.date: "09/19/2022"
f1_keywords: ["vc.pkg.refactoring.renamedlg"]
---
# Rename

Expand Down