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

No code-complete in terminal #905

Closed
w3b3rf opened this issue Jun 21, 2017 · 3 comments
Closed

No code-complete in terminal #905

w3b3rf opened this issue Jun 21, 2017 · 3 comments

Comments

@w3b3rf
Copy link

w3b3rf commented Jun 21, 2017

Is it possible to use code-complete in the PowerShell integrated terminal?
Especially while debugging it would be really great to be able to write some small commands using code-complete like in ISE.
Instead, I have to write these commands in a new ps1 file and execute the file (or just a selection from the file). Is there a better way to do this?

Regards,
Fabian

@daviwil
Copy link
Contributor

daviwil commented Jun 22, 2017

By "code complete" do you mean tab completion or the IntelliSense UI popup that the ISE has in the console? The former works, the later probably will not happen because the VS Code team would have to enable it. The best you might get is PSReadline's completion menu that gets rendered in the console once we get PSReadline hooked up there.

@w3b3rf
Copy link
Author

w3b3rf commented Jun 22, 2017

Hi David,
thanks for your reply. I'm talking about the IntelliSense popup menu in ISE. Sad that won't work anytime soon 😞
Do you have any info on when PSReadline is going to be supported?

  • Fabian

@daviwil
Copy link
Contributor

daviwil commented Jul 11, 2017

Should be within the next release or two, I'm working on it now. Subscribe to issue #535 to be notified when that gets done.

@daviwil daviwil closed this as completed Jul 11, 2017
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