An open API service indexing awesome lists of open source software.

https://github.com/orbitalquark/textadept-go

Go language module for Textadept.
https://github.com/orbitalquark/textadept-go

go golang textadept textadept-module

Last synced: about 1 month ago
JSON representation

Go language module for Textadept.

Awesome Lists containing this project

README

        

# Go

The go module.
It provides utilities for editing Go code.

**WARNING:** this module is deprecated. It will no longer work in Textadept 12.0.

## Fields defined by `_M.go`


### `_M.go.autocomplete_snippets` (boolean)

Whether or not to include snippets in autocompletion lists.
The default value is `true`.

## Tables defined by `_M.go`


### `_M.go.tags`

List of ctags files to use for autocompletion in addition to the current project's top-level
*tags* file or the current directory's *tags* file.

---