About 20,600,000 results
Open links in new tab
  1. Does GitHub Copilot in JetBrains analyze my entire project or just ...

    Dec 18, 2023 · I would like to know if the current version of GitHub Copilot analyzes my entire code, my entire code base, or just the active file and a few open files? If not, do you know if …

  2. What's the best way to become familiar with a large codebase?

    Joining an existing team with a large codebase already in place can be daunting. What's the best approach; Broad; try to get a general overview of how everything links together, from the code …

  3. Choosing which relevant code blocks to supply as context for VS …

    Nov 11, 2024 · But as you edit your code, you have to update both your real codebase and this subset folder, which is inconvenient In summary, I want to manually select relevant codeblocks …

  4. How to use GitHub Copilot for multiple files? - Stack Overflow

    Jun 19, 2023 · @workspace prefix solves this: You can use the @workspace command to provide context to Copilot Chat. This will let you ask questions about the entire codebase. You can …

  5. How do I get the path of the assembly the code is in?

    Is there a way to get the path for the assembly in which the current code resides? I do not want the path of the calling assembly, just the one containing the code. Basically my unit test needs to

  6. When I write and run a prompt in Cursor IDE, what's passed in the ...

    Apr 1, 2025 · 1. Use the available tools to explore and understand the codebase. 2. Prefer semantic search over other search methods when possible. 3. Read files completely before …

  7. RegAsm - When is the /codebase option applicable?

    The /codebase argument doesn't affect the registration per-se, or how VB6 or anybody else sees the object. Its only effect is determine where .NET will look for the DLL when VB6 (or anybody …

  8. How to search for text in all files in a directory?

    The problem is that when you have an directory open in Visual Studio Code, with dozens of subdirectories, you often want to search in a single directory. Find in files isn't at all about …

  9. c# - Receiving an error while try to register DLL with RegAsm.exe ...

    Feb 7, 2024 · 0 I try to register DLL with RegAsm.exe but I receive this error: RegAsm : warning RA0000 : Registering an unsigned assembly with /codebase can cause your assembly to …

  10. Using continue plugin in vscode to interface IA provider

    Apr 2, 2025 · - provider: folder - provider: codebase However when I use the context menu on the vscode (i.e. fix this code, generate docstring and so on) everythig works fine. However when I …