Skip to content

Commit

Permalink
fix whitespace typo
Browse files Browse the repository at this point in the history
Signed-off-by: martin-wanerskar <martin.wanerskar@volvocars.com>
  • Loading branch information
martin-wanerskar committed Nov 17, 2023
1 parent c326431 commit 8b0072b
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 8b0072b

Please sign in to comment.