From 8b0072ba2c8321a1abc878efb7ce0f69ee2e6cae Mon Sep 17 00:00:00 2001 From: martin-wanerskar Date: Fri, 17 Nov 2023 18:40:11 +0100 Subject: [PATCH] fix whitespace typo Signed-off-by: martin-wanerskar --- contents/en/client-tips/go-to-definition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/en/client-tips/go-to-definition.md b/contents/en/client-tips/go-to-definition.md index 80cda21..082a8b9 100644 --- a/contents/en/client-tips/go-to-definition.md +++ b/contents/en/client-tips/go-to-definition.md @@ -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