Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-in inline completion (without a language server in e.g. plain text files) #23549

Open
1 task done
artbot1 opened this issue Jan 23, 2025 · 0 comments
Open
1 task done

Comments

@artbot1
Copy link

artbot1 commented Jan 23, 2025

Check for existing issues

  • Completed

Describe the feature

editing a plain text file (without a language server etc.) there is no build-in completion

when i use the (real) vim in insert mode of a text file i can complete a word with

ctrl-p
ctrl-n

so for example for the text

hello and welcome this week ...

typing

w ctrl-p

would complete to

week

typing ctrl-p again would complete to

welcome

etc. ...

maybe i've missed an existing solution for this, but i didn't find anything like this in the docs ...

of course one could install a "language server" for *.txt files, but using a build-in ctrl-p/ctrl-n completion can be very handy in every file type (e.g. while typing comments in otherwise language server supported code files ...)

Zed Version and System Specs

Zed: v0.170.1 (Zed)
OS: Linux X11 ubuntu 22.04
Memory: 15.3 GiB
Architecture: x86_64
GPU: Intel(R) UHD Graphics 620 (WHL GT2) || Intel open-source Mesa driver || Mesa 23.2.1-1ubuntu3.1~22.04.2

If applicable, add mockups / screenshots to help present your vision of the feature

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants