Skip to content

Commit faef57b

Browse files
committed
Modify comments for RPC commands
1 parent ac4490b commit faef57b

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

phpactor.el

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
;; - information
119119
;; - replace_file_source
120120
;;
121-
;; See https://phpactor.github.io/phpactor/rpc.html
121+
;; See https://phpactor.github.io/phpactor/rpc.html#editor-actions
122122

123123
(defvar phpactor-action--message-format "Phpactor: %s")
124124
(defvar phpactor-action--buffer-name "*Phpactor message*")
@@ -247,6 +247,28 @@
247247

248248
;; Phpactor commands
249249

250+
;; Phpactor RPC command implemetation.
251+
;;
252+
;; Following commands are defined:
253+
;;
254+
;; - complete
255+
;; - class_search
256+
;; - goto_definition
257+
;; - copy_class
258+
;; - move_class
259+
;; - offset_info
260+
;; - transform
261+
;; - class_new
262+
;; - class_inflect
263+
;; - references
264+
;; - extract_constant
265+
;; - generate_method
266+
;; - generate_accessor
267+
;; - context_menu
268+
;; - navigate
269+
;;
270+
;; See https://phpactor.github.io/phpactor/rpc.html#phpactor-commands
271+
250272
;;;###autoload
251273
(defun phpactor-copy-class ()
252274
"Execute Phpactor RPC copy_class command."

0 commit comments

Comments
 (0)