Skip to content

Extend built-in completion #114

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

Merged
merged 1 commit into from
Jun 21, 2025

Conversation

rrudakov
Copy link
Contributor

Complete keywords and local bindings in for and doseq forms.


Before submitting a PR mark the checkboxes for the items you've done (if you
think a checkbox does not apply, then leave it unchecked):

  • The commits are consistent with our contribution guidelines.
  • You've added tests (if possible) to cover your change(s). Bugfix, indentation, and font-lock tests are extremely important!
  • You've run M-x checkdoc and fixed any warnings in the code you've written.
  • You've updated the changelog (if adding/changing user-visible functionality).
  • You've updated the readme (if adding/changing user-visible functionality).

Thanks!

Complete keywords and local bindings in `for` and `doseq` forms.
@rrudakov rrudakov force-pushed the feature/more-completions branch from 06f4873 to cf7225f Compare June 20, 2025 14:53
@bbatsov bbatsov merged commit 7c33f29 into clojure-emacs:main Jun 21, 2025
5 checks passed
@bbatsov
Copy link
Member

bbatsov commented Jun 21, 2025

Looks good.

I was thinking at some point we might also add completion for the imported namespaces and their aliases.

@rrudakov rrudakov deleted the feature/more-completions branch June 21, 2025 06:00
@rrudakov
Copy link
Contributor Author

I was thinking at some point we might also add completion for the imported namespaces and their aliases.

Good idea, I'll try to implement it.

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.

2 participants