Dreamescaper / IntelliSenseExtender

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

Visual studio hangs #32

Closed berhalak closed 6 years ago

berhalak commented 6 years ago

Visual studio 2017 hangs on this code:

namespace ConsoleApp50
{
    class Program
    {
        static void Main(string[] args)
        {
        }

        public object this[string key]
        {
            get
            {
                return null;
            }
            set
            {
                this.name = // start tapping value and hangs
            }
        }
    }
}
Dreamescaper commented 6 years ago

Looking...

Dreamescaper commented 6 years ago

@berhalak

Fixed in latest master. I need to fix several things before pushing it to Marketplace, but you can get VSIX from latest appveyor build if it bothers you a lot. Thanks for reporting!

https://ci.appveyor.com/api/buildjobs/l1g0kichtnnfte36/artifacts/IntelliSenseExtender%2Fbin%2FRelease%2FIntelliSenseExtender.vsix