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

I can not use GoSublime after clone code to 'Packges' folder #938

Closed thodquach closed 5 years ago

thodquach commented 5 years ago

I have done the follow things:

  1. I have "git clone https://margo.sh/GoSublime" /Users/tho/Library/Application Support/Sublime Text 3/Packages/User/GoSublime
  2. Quit and restart the Sublime
  3. I can put the "command + ." to show the menu like this: Screen Shot 2019-07-23 at 4 23 28 PM But i saw the GoSublime did not work When i open GoSublime setting or README.md It shows nothings like this: Screen Shot 2019-07-23 at 4 25 48 PM And if i copy this file from the git source, i still can not save this file because of this: Screen Shot 2019-07-23 at 4 32 20 PM Please help me check if I done anythings wrongs This plugin very helpful but i can not use this for now.
DisposaBoy commented 5 years ago

I think you installed it i the wrong place. The path should be /Users/tho/Library/Application Support/Sublime Text 3/Packages/GoSublime i.e. not inside Packages/User/.

thodquach commented 5 years ago

I think you installed it i the wrong place. The path should be /Users/tho/Library/Application Support/Sublime Text 3/Packages/GoSublime i.e. not inside Packages/User/.

Tks @DisposaBoy , i have installed this plugin successfully :D :+1