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

Auto-complete in PMC works incorrectly with object methods #4800

Closed
alpaix opened this issue Mar 13, 2017 · 1 comment
Closed

Auto-complete in PMC works incorrectly with object methods #4800

alpaix opened this issue Mar 13, 2017 · 1 comment

Comments

@alpaix
Copy link

alpaix commented Mar 13, 2017

Tab-completion on object property or method replaces the entire expression instead of just property/method name.

For example, following expression

$x = $context.try

after pressing Tab key will be replaced with

$x = TryResolvePackageAsset(

instead of

$x = $context.TryResolvePackageAsset(
@emgarten
Copy link
Member

Closing based on lack of customer feedback on this.

Please comment here to support fixing this so that this work can be prioritized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants