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

There's no completion for quoted namespaces #19254

Open
5 tasks done
MartinGC94 opened this issue Mar 1, 2023 · 3 comments
Open
5 tasks done

There's no completion for quoted namespaces #19254

MartinGC94 opened this issue Mar 1, 2023 · 3 comments
Labels
Up-for-Grabs Up-for-grabs issues are not high priorities, and may be opportunities for external contributors WG-Interactive-IntelliSense tab completion

Comments

@MartinGC94
Copy link
Contributor

Prerequisites

Steps to reproduce

Type in using namespace "sys<Tab>

Expected behavior

Tab completion to: `using namespace "system"`

Actual behavior

Nothing.

Error details

No response

Environment data

PS C:\Users\Martin> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      7.4.0-preview.1
PSEdition                      Core
GitCommitId                    7.4.0-preview.1
OS                             Microsoft Windows 10.0.19045
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Visuals

No response

@MartinGC94 MartinGC94 added the Needs-Triage The issue is new and needs to be triaged by a work group. label Mar 1, 2023
@iSazonov
Copy link
Collaborator

iSazonov commented Mar 1, 2023

I wonder if we support this.

@iSazonov iSazonov added the WG-Interactive-IntelliSense tab completion label Mar 1, 2023
@MartinGC94
Copy link
Contributor Author

I wonder if we support this.

The type resolution supports it just fine, but tab completion struggles a bit. using namespace "System.Collections.Generic";[List<Tab>] results in: using namespace "System.Collections.Generic";[st] but I have PR that fixes that specific issue.

@theJasonHelmick theJasonHelmick added Up-for-Grabs Up-for-grabs issues are not high priorities, and may be opportunities for external contributors and removed Needs-Triage The issue is new and needs to be triaged by a work group. labels Mar 22, 2023
@theJasonHelmick
Copy link
Contributor

Thanks @MartinGC94 -- We would enjoy reading that PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Up-for-Grabs Up-for-grabs issues are not high priorities, and may be opportunities for external contributors WG-Interactive-IntelliSense tab completion
Projects
None yet
Development

No branches or pull requests

3 participants