Open i-i-denisov opened 4 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+`.
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
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 Palette
and typing command GoSublime: Edit Margo Extension
.
I think this should be in the docs for the installation.
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?