Skip to content

Latest commit

 

History

History
91 lines (46 loc) · 1.74 KB

features.md

File metadata and controls

91 lines (46 loc) · 1.74 KB

Features

This plugin relies on clojure-lsp features, so most work is done there, for more detailed information about all clojure-lsp features, check the server documentation.

Find a function/var definition

Ctrl/Cmd + b or Ctrl/Cmd + click

Find all references of a function, var, keyword or namespace alias

Alt + F7

Find all implementations of a defmulti or defprotocol

Ctrl/Cmd + Alt + B

Rename

Shift + F6

Documentation and clojuredocs integration

Ctrl/Cmd + Q or mouse hover

Completion

Ctrl/Cmd + SPC

Code lenses showing symbol references

Diagnostics (linter)

Format a whole file or range

Ctrl/Cmd + Alt + l

Wizard to create new Clojure projects

Code actions

Alt + Enter

Clean namespaces

Ctrl/Cmd + Alt + o

Paredit

Forward slurp

Alt + ]

Forward barf

Alt + [

Backward slurp

Alt + Shift + ]

Backward barf

Alt + Shift + [

Raise sexpr

Alt + r

Kill sexpr

Alt + k