Skip to content

Commit

Permalink
Merge pull request #66 from martin-wanerskar/update-go-to-definition
Browse files Browse the repository at this point in the history
Update go-to-definition
  • Loading branch information
yuhattor authored Nov 22, 2023
2 parents c326431 + 8b0072b commit 677844f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/en/client-tips/go-to-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aliases:
### Description

When working with a complex codebase, jumping between files or searching through layers of code to find the definition of a particular symbol can be cumbersome. "Go to Definition" is a useful feature in Visual Studio Codethat allows developers to quickly navigate to the definition of a symbol in the current file. This not only enhances productivity but also enables better understanding of the code structure. GitHub Copilot will read open tabs. So, you can also pass relevant code snippets related to the symbol definition to GitHub Copilot
When working with a complex codebase, jumping between files or searching through layers of code to find the definition of a particular symbol can be cumbersome. "Go to Definition" is a useful feature in Visual Studio Code that allows developers to quickly navigate to the definition of a symbol in the current file. This not only enhances productivity but also enables better understanding of the code structure. GitHub Copilot will read open tabs. So, you can also pass relevant code snippets related to the symbol definition to GitHub Copilot

#### Example

Expand Down

0 comments on commit 677844f

Please sign in to comment.