Nova

Extensions


Readme

Go.novaextension

This extension provides syntax highlighting and basic autocompletion for Go.

The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 3.0 Attributions license.

Language Support

This extension currently supports syntax highlighting and symbol based code completion of Go source file.

Code completion using gopls is planned for a future update.


Changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.5 (2021-07-18)

Features

  • add code completion using gopls (cffc273)

0.3.4 (2021-02-21)

Bug Fixes

  • go-syntax: highlight struct field which has slice type (8c9f132)

0.3.3 (2021-02-16)

Bug Fixes

  • go-syntax: highlight comments in parameters correctly (7ac83ed)

0.3.2

Fix go syntax file to highlight function arguments and results correctly

0.3.1

Fix go syntax file to handle function parameters more correctly

0.3.0

Fix go.mod syntax file to treat " and ` as surrounding pairs

0.2.0

Add syntax file for go.mod

0.1.0

Initial release