File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 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*" )
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."
You can’t perform that action at this time.
0 commit comments