Skip to content
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

Feature request #17

Open
derricck opened this issue Aug 6, 2023 · 1 comment
Open

Feature request #17

derricck opened this issue Aug 6, 2023 · 1 comment

Comments

@derricck
Copy link

derricck commented Aug 6, 2023

Hi Mike, do you accept a feature request?
I'm searching for a way to clear the output window with a shortcut.

@ArdaAras
Copy link

Hi @derricck, I think this is only possible through a custom command. Here's how I did in Visual Studio 2019:

  • Go to Tools > External Tools....
  • In the External Tools dialog, click Add.
  • Set the Title to something like Clear Output.
  • Set the Command to cmd.exe.
  • Set the Arguments to /c cls.
  • Optionally, set the Initial directory to $(SolutionDir).
  • Check 'Use Output Window' box.
  • Click OK to save.
  • Assign a Keyboard Shortcut:
    Then,
  • Go to Tools > Options.
  • In the Options dialog, navigate to Environment > Keyboard.
  • In the Show commands containing: field, type Tools.ExternalCommand followed by the number corresponding to the position of your newly created external tool (e.g., Tools.ExternalCommand1 for the first external tool).
  • In the Press shortcut keys: field, press the keyboard shortcut you want to use (e.g., Ctrl+Shift+L).
  • Click Assign, then OK to save.

Let me know should you need further assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants