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

Powershell object auto completion/enumeration of properties #6249

Open
2 of 3 tasks
allywilson opened this issue Apr 4, 2025 · 1 comment
Open
2 of 3 tasks

Powershell object auto completion/enumeration of properties #6249

allywilson opened this issue Apr 4, 2025 · 1 comment
Labels
Feature requests Feature Requests OS-Windows Windows related feature requests and issues

Comments

@allywilson
Copy link

Pre-submit Checks

Describe the bug

When enumerating the properties of an object in powershell, typically you would press tab a couple of times (same as bash auto completion), but this doesn't work.

To reproduce

(get-date). press tab a few times

Expected behavior

list the available properties and methods of an object

Screenshots, videos, and logs

No response

Operating system (OS)

Windows

Operating system and version

10.0.19045

Shell Version

5.1.19041.5607

Current Warp version

v0.2025.04.02.08.11.stable_02

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

No

Is this an issue only in Warp?

Yes, I confirmed that this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

@allywilson allywilson added the Bugs Bugs, Hangs, Crash, and Freezes label Apr 4, 2025
@dannyneira
Copy link
Member

dannyneira commented Apr 4, 2025

Hi @allywilson thanks for letting us know. I wasn't aware of being able to enumerate objects this way, but I was able to reproduce this issue and I'll let the team know.

Changing to a feature request since this isn't supported at this time. To anyone else interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.

As a potential workaround, you can run powershell as a subshell, Warp features like blocks will cease to function, but you should be able to enumerate the objects with a tab as you'd expect. Then exit to back to the Warpified powershell experience.

CleanShot.2025-04-04.at.16.02.32.mp4

@dannyneira dannyneira added Feature requests Feature Requests OS-Windows Windows related feature requests and issues and removed Bugs Bugs, Hangs, Crash, and Freezes labels Apr 4, 2025
@dannyneira dannyneira changed the title Powershell object auto completion/enumeration of properties not working Powershell object auto completion/enumeration of properties Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature requests Feature Requests OS-Windows Windows related feature requests and issues
Projects
None yet
Development

No branches or pull requests

2 participants