Massive CPU usage and can't even do basic code completion

There is a known issue with performance of global completions caused by json serialization performance when there are a large number of results

import Foundation
prin<here> // slow, returns 10,000+ results
object.metho<here> // fast, maybe 100s of results

This is something we know about and intend to address.