Skip to content

Commit e234bbf

Browse files
committed
Introduce inline
1 parent dd76488 commit e234bbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lsp-java.el

+5
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,11 @@ current symbol."
942942
(interactive)
943943
(lsp-java-execute-matching-action "Extract to method"))
944944

945+
(defun lsp-java-inline ()
946+
"Inline."
947+
(interactive)
948+
(lsp-java-execute-matching-action "Inline"))
949+
945950
(defun lsp-java-assign-to-field ()
946951
"Assign to new field."
947952
(interactive)

0 commit comments

Comments
 (0)