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

Unable to install GoSublime #976

Open i-i-denisov opened 3 years ago

i-i-denisov commented 3 years ago

After fetching repo from git with git clone https://margo.sh/GoSublime to Packages directory of Sublime Text 3 installation, I restart SublimeText and nothing happens. Nothing on the status bar, ctrl+., ctrl+x does nothing Where to look?

DisposaBoy commented 3 years ago

The ctrl/cmd+.,ctrl/cmd+x chord's command can also be invoked via the Sublime Text command palette: menu > Tools > Command Palette and typing command GoSublime: Edit Margo Etension.

Otherwise, maybe there's an error in the Sublime text console ctrl/cmd+`.

i-i-denisov commented 3 years ago

Thanks, I figured out what was the problem. Proper Packages folder is located not within the Program Files folder, but in the /C/Users/User/AppData/Roaming/Sublime Text 3/Packages

snapfast commented 3 years ago

cd to the Directory

~/.config/sublime-text-3/Packages

Install Margo using

git clone https://margo.sh/GoSublime

Now, open Sublime Text 3, menu > Tools > Command Paletteand typing command GoSublime: Edit Margo Extension. I think this should be in the docs for the installation.