Skip to content

Commit

Permalink
Introduce inline
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoncho committed Aug 4, 2020
1 parent dd76488 commit e234bbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lsp-java.el
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,11 @@ current symbol."
(interactive)
(lsp-java-execute-matching-action "Extract to method"))

(defun lsp-java-inline ()
"Inline."
(interactive)
(lsp-java-execute-matching-action "Inline"))

(defun lsp-java-assign-to-field ()
"Assign to new field."
(interactive)
Expand Down

0 comments on commit e234bbf

Please sign in to comment.