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

Add option to stop MarGo to save battery #617

Closed ChristianSiegert closed 5 years ago

ChristianSiegert commented 9 years ago

When editing Go files, MarGo runs constantly in the background. I understand that this is necessary for code completion but it drains the battery very quickly. Instead of the usual 10 hours of use I only get about 5 hours when GoSublime/MarGo is running. With other programs running in parallel I get even less which makes it hard to work on the road. I tried killing the MarGo processes but they keep respawning. To save battery it would be great if GoSublime/MarGo could be stopped and started at will.

OneOfOne commented 9 years ago

You can add it to your "ignored_packages" in your sublime config or use the package manager to enable/disable it.