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)
Dec 23 2023, 12:51 AM
Unknown Object (File)
Dec 9 2023, 2:18 PM
Unknown Object (File)
Nov 23 2023, 12:23 AM
Unknown Object (File)
Nov 19 2023, 1:25 AM
Unknown Object (File)
Nov 16 2023, 10:59 PM
Unknown Object (File)
Nov 14 2023, 10:26 PM
Unknown Object (File)
Nov 13 2023, 6:02 PM
Unknown Object (File)
Oct 13 2023, 4:53 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