Dreamescaper / IntelliSenseExtender

GNU General Public License v3.0
88 stars 17 forks source link

when type () of method, should not suggest completions #58

Closed JerryJian closed 5 years ago

JerryJian commented 5 years ago

for following codes

connection.BeginTransaction()

When I type () of BeginTransaction, it suggests completions, next I will tap Tab and wish to jump out (), but the suggestion is typed in () witch is not what I want.

Dreamescaper commented 5 years ago

I have seen that behavior. Unfortunately, haven't found a good way to have auto-invoking IntelliSense for arguments and to fix this issue.

You can disable that auto invoking on IntelliSense Extender options page so far (to have native VS behavior).

Probably, I should disable it by default until fixed

JerryJian commented 5 years ago

Thank you very much. It solves the problem. The current behaviors is great for me.