3 Commits

Author SHA1 Message Date
Massimiliano Ghilardi
7c3ca4e0f5 update vendored gomacro to fix #172 2019-06-01 22:30:37 +02:00
Massimiliano Ghilardi
d76e9fbb20 update vendored gomacro to fix bug [gomacro#28](https://github.com/cosmos72/gomacro/issues/28):
in 'import "path"' without an explicit name, use the name declared inside the package being imported, not paths.FileName(path)
2018-07-02 23:11:39 +02:00
Massimiliano Ghilardi
5825f06bbc implement code autocompletion by adapting @jpark-dev https://github.com/jpark-dev/gophernotes/tree/feature/autocomplete_new_gomacro
to use gomacro/fast/Inter.CompleteWords()
2018-06-02 21:31:33 +02:00