DisposaBoy / GoSublime

A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features.
MIT License
3.42k stars 302 forks source link

High CPU usage on non-Go code #653

Closed lizrice closed 5 years ago

lizrice commented 9 years ago

I'm fairly new to Golang and I had this plugin highly recommended. And it seems to be working fine when I'm working on Go code. But whenever I open anything non-Go (typically Python projects) I rapidly get 100%+ CPU usage - and this is new since I installed GoSublime.

I'm sure this is nowhere near enough info to debug the problem, but I'm afraid I have no idea how to get logging (I'm using ST3). Let me know what info I could usefully collect and I'll very happily do so.

DisposaBoy commented 8 years ago

I can't imagine why that would happen. If there are any errors they would likely be printed in the Sublime Text console menu: View > Show Console.