Skip to content

Have an option for the integrated terminal to behave more like PowerShell ISE. #2307

Open
@ciaccotaco

Description

@ciaccotaco

Update the integrated terminal to behave like PowerShell ISE

  1. In PowerShell ISE, when hitting F8 and executing selected text, that selection is not placed into the Terminal's history. So when you hit up in the command prompt, you run through the history of what has been typed into the terminal. Currently, the VSCode PowerShell Extension combines both the user's inputted terminal commands and the selected text executed through F8.
  2. While not as important, it would be nice to have clear / cls / Clear-Host to clear the entire screen, not just what is shown in the window (like how ISE does it).

Thanks!

Activity

ghost added
Needs: TriageMaintainer attention needed!
on Nov 18, 2019
TylerLeonhardt

TylerLeonhardt commented on Nov 19, 2019

@TylerLeonhardt
Member

I have some PR's out to address the Clear-Host behavior since it's highly requested - #2316

As for your first point, that seems like a reasonable feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @TylerLeonhardt@ciaccotaco@SydneyhSmith

        Issue actions

          Have an option for the integrated terminal to behave more like PowerShell ISE. · Issue #2307 · PowerShell/vscode-powershell