You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,22 +15,40 @@ Features
15
15
* gotype support with errors highlighted in the editor view
16
16
* gofmt support for quickly reformatting your source to conform with the Go standards
17
17
* automatic code completion popup when you press dot(.)
18
-
* quick panel palette to jump errors (and jump back to where you were before)
18
+
* quick panel palette to jump errors (and jump back to where you were before (accross files))
19
19
20
20
Demo
21
21
----
22
22
23
23
*http://vimeo.com/disposaboy/gosublime-demo2
24
24
25
+
Dependencies
26
+
------------
27
+
28
+
First (if you haven't done so already) install [Gocode](https://github.com/nsf/gocode).
29
+
Gocode provides the code completion in GoSublime.
30
+
25
31
Installation
26
32
------------
27
33
28
-
1. First (if you haven't done so already) install [Gocode](https://github.com/nsf/gocode).
34
+
Recommended method
35
+
------------------
36
+
37
+
Sublime Package Control allows you to easily install or remove GoSublime(and many other ST2 packages) from within the editor. It offers automatically updating packages as well so you no longer need to keep track of changes in GoSublime.
38
+
39
+
1. Install Sublime Package Control (if you haven't done so already) from http://wbond.net/sublime_packages/package_control . Be sure to restart ST2 to complete the installation.
29
40
30
-
2. Download GoSublime into your packages directory. You can access your package directory from within SublimeText by going to the menu `Preferences > Browse Packages...`. You can download a zipped archive or tarball on github via the `Downloads` button.
31
-
Alternatively (recommended), you can simply clone this repo into your packages directory . (on Linux)
41
+
2. Bring up the command palette (default `ctrl+shift+p` or `cmd+shift+p`) and start typing `Package Control: Install Package` then press return or click on that option to activate it. You will be presented with a new Quick Panel with the list of available packages. Type `GoSublime` and press return or on its entry to install GoSublime. If there is no entry for GoSublime, you most likely already have it installed.
42
+
43
+
Alternative method
44
+
------------------
45
+
46
+
* Download GoSublime into your packages directory. You can access your package directory from within SublimeText by going to the menu `Preferences > Browse Packages...`. You can download a zipped archive or tarball on github via the `Downloads` button.
47
+
48
+
* Alternatively, you can simply clone this repo into your packages directory . (on Linux)
0 commit comments