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

Extensions with console-like behavior #1222

Closed
trstringer opened this issue Dec 12, 2015 · 2 comments
Closed

Extensions with console-like behavior #1222

trstringer opened this issue Dec 12, 2015 · 2 comments
Labels
api *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Milestone

Comments

@trstringer
Copy link
Contributor

Currently with the extensions API, we have access to output channels (creation and access through vscode.window.createOutputChannel()). And likewise, we can get adhoc user input through vscode.window.showInputBox.

I think what would be really helpful is if the extensions API included the capability to have a console-like experience, much like the debug console has (input part of the experience with the output). Not necessarily for "debugging" purposes, but for a more consistent and extended user experience exchange for ongoing for user input creation, then VS Code output consumption, followed by more user input creation, ... so on and so forth.

At the moment, the showInputBox() functionality with the output channel can seem like a one-time exchange, without the continuity of a input/output console (like the debugger console).

@egamma egamma added api feature-request Request for new features or functionality labels Dec 14, 2015
@egamma egamma added this to the Backlog milestone Dec 14, 2015
@daviwil
Copy link
Contributor

daviwil commented Jan 5, 2016

Here's an earlier issue filed for the same feature request: #547

@jrieken
Copy link
Member

jrieken commented Apr 29, 2016

closing as duplicate of #547

@jrieken jrieken closed this as completed Apr 29, 2016
@jrieken jrieken added the *duplicate Issue identified as a duplicate of another issue(s) label Apr 29, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

4 participants