Method completion in 2475

Hi,
If I attempt to invoke method completion on any project type, Fire crashes and I see this in console

default 16:54:09.250830-0500 Fire [d ] PKHost:0x600002171b40 Completed discovery. Final # of matches: 23
default 16:54:09.251029-0500 Fire PKDiscoveryDriver:0x600001e50480 delivering update to host (23 plugins)
default 16:54:09.252245-0500 Fire [d ] PKHost:0x600002171b40 Completed discovery. Final # of matches: 1
default 16:54:09.252450-0500 Fire PKDiscoveryDriver:0x600001e5c2a0 delivering update to host (1 plugins)
default 16:54:09.256196-0500 Fire PKDiscoveryDriver:0x600001e5c2a0 installing watchers for continuous discovery
default 16:54:10.134053-0500 Fire Making presenter C4A20F1A-4D14-405D-851A-8E0C84698411 observe change
default 16:54:10.489708-0500 Fire LSExceptions shared instance invalidated for timeout.
default 16:54:30.149615-0500 Fire -[__NSDictionaryM setColor:]: unrecognized selector sent to instance 0x600003b80d20

For example I have this code in a .net core console app use JSonDocument

  var rootNode := document.Root;

If I put my cursor after the . and invoke the list of methods/properties

Cheers,
John

Reproduced, and pulled .2475. :frowning: