visualfc / liteide

LiteIDE is a simple, open source, cross-platform Go IDE.
GNU Lesser General Public License v2.1
7.61k stars 972 forks source link

Fakevim plugin is missing completion features from Qt Creator's fakevim #1023

Open josephpaul0 opened 5 years ago

josephpaul0 commented 5 years ago

Request for Enhancement : update fakevim source code

What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

X35.2 on Ubuntu 18.04, Qt 5.9.5

What version of Go are you using (go version)?

go 1.10

What operating system and processor architecture are you using(go env)?

linux amd64

What did you do?

In fakevim, try to complete code as in vim with "Control-N". It does nothing. Looking at fakevim 3rd party code in liteide, this feature is missing. https://github.com/visualfc/liteide/tree/master/liteidex/src/plugins/fakevimedit

What did you expect to see?

Completion with "Control-N" should work as in the official Qt Creator repository. https://github.com/qt-creator/qt-creator/tree/master/src/plugins/fakevim

Is it to possible to rebase fakevim plugin to match Qt Creator's version ?

widon1104 commented 5 years ago

fakevim for liteide has a lot of bugs, no one fix it.