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)
Sat, Oct 11, 9:16 PM
Unknown Object (File)
Thu, Oct 2, 1:33 AM
Unknown Object (File)
Tue, Sep 30, 5:15 AM
Unknown Object (File)
Mon, Sep 29, 6:12 AM
Unknown Object (File)
Sun, Sep 28, 2:06 PM
Unknown Object (File)
Sat, Sep 27, 11:20 AM
Unknown Object (File)
Thu, Sep 18, 8:40 PM
Unknown Object (File)
Sep 15 2025, 4:04 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