-
Notifications
You must be signed in to change notification settings - Fork 645
Small IntelliSense delay when using Go modules #2217
Comments
Thanks for reporting this @mxxcx @stamblerre can help figuring out what is going on. |
Also, just to be sure that you are using the latest |
@ramya-rao-a I just updated, although I do update the tools regularly, and the delay is still there. Thanks |
@mxxcx The auto-completion in module mode is known to be slower than in the non-module mode. @stamblerre and her team are working on improving performance in this area. @stamblerre Is there anything @mxxcx can share to see if the slowness being seen is what we are already aware about or if it is being caused by something else? |
@mxxcx: is your Go project very large? |
@stamblerre decently large, over 14k lines of code. |
I expect the delay you are seeing is a result of the speed of |
I'm noticing a very small delay between typing and auto complete, of course not a big deal but I do find it a little annoying, I did a test between a ts file and go file
here is the go file https://gyazo.com/f2658d3c4c2e57514b554cb05bed4a41
here is the tsx file https://gyazo.com/7299d9e89040a6a308aedadcf1d30130
Maybe is just me, but I'm seeing a small milliseconds delay. I'm using go modules.
Thanks
The text was updated successfully, but these errors were encountered: