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

feature: the instant completion for lisp-mode. #1620

Open
sakurawald opened this issue Nov 20, 2024 · 2 comments
Open

feature: the instant completion for lisp-mode. #1620

sakurawald opened this issue Nov 20, 2024 · 2 comments
Labels
Feature: Lisp Mode Lisp Mode Improvements

Comments

@sakurawald
Copy link
Contributor

sakurawald commented Nov 20, 2024

Just like the instant completion for M-x popup window.

It would be nice to have the instant completion for lisp-mode.
For example, you can just type in

(def...

And the completion pop-up automatically without the tab key pressed.

There can also be an option to set the least characters to trigger the instant completion, like pop-up instant completion after 2 characters or 3 characters.

@sakurawald
Copy link
Contributor Author

@sakurawald
Copy link
Contributor Author

Another good policy is to set a automatic completoin timeout, if this value is set to 0, then it is instant completion.

@vindarel vindarel added the Feature: Lisp Mode Lisp Mode Improvements label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Lisp Mode Lisp Mode Improvements
Projects
None yet
Development

No branches or pull requests

2 participants