emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode d942d4f 013/495: add links to further extensions f


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode d942d4f 013/495: add links to further extensions for editting go in emacs
Date: Sat, 7 Aug 2021 09:04:34 -0400 (EDT)

branch: elpa/go-mode
commit d942d4f5fb2f4268ba00d54862890b971f2ed381
Author: Dominik Honnef <dominikh@fork-bomb.org>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    add links to further extensions for editting go in emacs
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index cda8258..fc2c16b 100644
--- a/README.md
+++ b/README.md
@@ -32,3 +32,13 @@ Features
 - Two functions for sending code to the Playground (`go-play-buffer` and 
`go-play-region`)
 - A function for adding imports, including tab completion (`go-import-add`, 
bound to `C-c C-a`)
 - A function for jumping to the file's imports (`go-goto-imports`)
+
+Other extensions
+================
+For a richer experience, consider installing
+[goflymake](https://github.com/dougm/goflymake) for on-the-fly syntax
+checking and [gocode](https://github.com/nsf/gocode) for auto
+completion.
+
+Also, if you're using YASnippet, consider using the snippets from
+[yasnippet-go](https://github.com/dominikh/yasnippet-go).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]