Page MenuHomeFreeBSD

editors/micro: Add (experimental) AUTOCOMPLETE option
AbandonedPublic

Authored by koobs on Jul 1 2019, 11:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 15, 4:24 AM
Unknown Object (File)
Thu, May 14, 11:46 PM
Unknown Object (File)
Mon, May 11, 6:27 PM
Unknown Object (File)
Mon, May 11, 6:27 PM
Unknown Object (File)
Thu, Apr 30, 9:57 PM
Unknown Object (File)
Wed, Apr 22, 12:08 PM
Unknown Object (File)
Tue, Apr 21, 10:12 PM
Unknown Object (File)
Tue, Apr 21, 8:57 PM
Subscribers

Details

Reviewers
swills
Summary
editors/micro: Add (experimental) AUTOCOMPLETE option

Pull upstream PR #977 [1] into a patch to provide autocomplete
functionality to the micro editor to facilitate testing, bug reports and
feature requests.

Put it behind a non-default AUTOCOMPLETE option as it is experimental for
now, though it appears well-tested.

It currently provides Go language autocompletion and a prototype generic
autocompletion mechanism for tokens currently in the document

While I'm here, pet portlint (DISTVERSIONPREFIX appears out-of-order)

[1] https://github.com/zyedidia/micro/pull/977

Submitted by: skered (via IRC) [1]
Reviewed_by: swills (maintainer)
Approved by: swills (maintainer)
Differential_Revision: D20817
Test Plan

portlint: OK (looks fine.)
testport: OK (poudriere: 12amd64)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25145
Build 23839: arc lint + arc unit

Event Timeline

Upstream PR closed in favour of chasing LSP support:

https://github.com/zyedidia/micro/issues/1138
https://github.com/AndCake/micro-plugin-lsp