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

why can't I find gosublime from package control with option of install package? #665

Closed igoing closed 5 years ago

igoing commented 8 years ago

when I search package control with sublime text3, I can not find gosublime from it. And I don't know why. What should I do? Thank you. notfound

yfanswer commented 5 years ago

I also encountered this problem, and can you tell me how did you solve it?

DisposaBoy commented 5 years ago

@yfanswer see https://margo.sh/b/migrate/ for installation instructions

ram-nadella commented 5 years ago

@DisposaBoy thanks for the great plugin

Any particular reason for moving away from Package Control to a manual install process?

DisposaBoy commented 5 years ago

@ram-nadella a few reasons:

dmitris commented 5 years ago

would be great to have installation instructions in some GitHub pages - currently https://margo.sh/b/migrate/ does not open, I think github's uptime would be more reliable. image

greyhub commented 3 years ago

Working for me.

Add repository

  1. Open Package Control Options Press Ctrl + Shift + P
  2. Add the repository if its not exist Type Package Control: Add Repository
  3. A text box will appear at the bottom, paste the URL to the repository Type https://github.com/DisposaBoy/GoSublime

Add package

  1. Open Package Control Options again Press Ctrl + Shift + P
  2. Choose Install package Type Package Control: Install Package
  3. In the dialog box, type the name of your package Type GoSublime and Enter

Wait for installing and restart Sublime Text.

estecaes commented 3 years ago

Why @greyhub's comment is not included as instruction on readme file?