emacs/code/elpa/helm-lsp-20210419.2014/helm-lsp-autoloads.el

47 lines
1.2 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; helm-lsp-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "helm-lsp" "helm-lsp.el" (0 0 0 0))
;;; Generated autoloads from helm-lsp.el
(autoload 'helm-lsp-workspace-symbol "helm-lsp" "\
`helm' for lsp workspace/symbol.
When called with prefix ARG the default selection will be symbol at point.
\(fn ARG)" t nil)
(autoload 'helm-lsp-global-workspace-symbol "helm-lsp" "\
`helm' for lsp workspace/symbol for all of the current workspaces.
When called with prefix ARG the default selection will be symbol at point.
\(fn ARG)" t nil)
(autoload 'helm-lsp-code-actions "helm-lsp" "\
Show lsp code actions using helm." t nil)
(autoload 'helm-lsp-diagnostics "helm-lsp" "\
Diagnostics using `helm'
\(fn ARG)" t nil)
(register-definition-prefixes "helm-lsp" '("helm-lsp-"))
;;;***
;;;### (autoloads nil nil ("helm-lsp-pkg.el") (0 0 0 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; helm-lsp-autoloads.el ends here