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

Document what's different over built-in 16.1 functionality #62

Open
clairernovotny opened this issue May 28, 2019 · 1 comment
Open

Comments

@clairernovotny
Copy link

VS 2019 16.1 added support for completion of types not in scope. It could be helpful to document what this extension does beyond what VS has built-in so we understand what it does.

Thanks!

@Dreamescaper
Copy link
Owner

Certainly should be done properly. Will try to do that in nearest future.
Brief description:

  • 16.1 added types completion (experimental). It is faster (not dramatically, but still) than provided by this extension, but has some minor bugs. If you're using native completion, makes sense to disable types completion in IntelliSense Extender options.

  • There are no extension methods support so far (probably will be added in 16.2 or 16.3)

  • No new completions, locals completions (that's something that IntelliCode partially does, but not everything)

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

No branches or pull requests

2 participants