-
Notifications
You must be signed in to change notification settings - Fork 39
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
Class names showing after non-existent properties (named suggestions). #68
Comments
The one thing that worked for me was to disable named suggestions entirely, in VS Code settings: "javascript.suggest.names": false, Unfortunately, I would prefer to keep that setting enabled. |
Trying to solve this problem myself, I was lead to VS Code microsoft/vscode#21611 via the following StackOverflow answer:
But I'm a little out of my depth as I don't have much experience using the VS Code API, so I'm just leaving my notes here. |
@waynebloss Thanks for your sharing, it's useful for us to improve extension's ux |
Hello and thanks for making this extension, it's very helpful. There is one small bug that I can see.
When initiating autocomplete, the class names are showing after non-existent property names. You can see in this screenshot:
On a plain object in the same file, you can see that the properties are listed in the correct order:
Is there anything that I can do to fix this?
My VS Code info:
The text was updated successfully, but these errors were encountered: