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

improve emacs-lisp candidate list #448

Merged
merged 3 commits into from
Dec 3, 2022

Conversation

shrubbroom
Copy link
Contributor

  1. improve the candidate list in emacs-lisp mode by filtering out symbols which would return nil when applied by fboundp, featurep, boundp, facep
  2. add local symbol to candidate list, the logic comes from company-mode
  3. the timer of lsp-bridge-elisp-symbols-timer seems not working since no lsp-server would run for an emacs-lisp file, move the timer out of the condition block.

PTAL @manateelazycat

@manateelazycat manateelazycat merged commit 16a6628 into manateelazycat:master Dec 3, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants