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 tab completion doesn't work for Write cmdlets when variable is in quotes #28814

Closed
powershellpr0mpt opened this issue Jun 15, 2017 · 1 comment

Comments

@powershellpr0mpt
Copy link

powershellpr0mpt commented Jun 15, 2017

  • VSCode Version: Code 1.13.1 (379d2ef, 2017-06-14T18:21:47.485Z)
  • OS Version: Windows_NT ia32 10.0.15063
  • Extensions:
Extension Author Version
PowerShell ms-vscode 1.3.2

Steps to Reproduce:

  1. Create a variable with
  2. Type any of the PowerShell Write-cmdlets [Write-Output/Host/Warning/Error] and open quotes "
  3. Type $ to reference a variable and try tab completion.

Expected behaviour is VSCode simply providing a list of available variable, similar to when no quotes are used.

See attached .gif for easily reproduced example
vscode_write_variable

Reproduction Code:

$test = 1
Write-Output "$t

and try tab completing the variable

@ramya-rao-a
Copy link
Contributor

This issue was moved to PowerShell/vscode-powershell#885

@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
None yet
Projects
None yet
Development

No branches or pull requests

2 participants