;;; lsp-treemacs-autoloads.el --- automatically extracted autoloads ;; ;;; Code: ;;;### (autoloads nil "lsp-treemacs" "lsp-treemacs.el" (0 0 0 0)) ;;; Generated autoloads from lsp-treemacs.el (autoload 'lsp-treemacs-errors-list "lsp-treemacs" "\ Display error list." t nil) (autoload 'lsp-treemacs-symbols "lsp-treemacs" "\ Show symbols view." t nil) (autoload 'lsp-treemacs-java-deps-list "lsp-treemacs" "\ Display error list." t nil) (autoload 'lsp-treemacs-java-deps-follow "lsp-treemacs" nil t nil) (defvar lsp-treemacs-sync-mode nil "\ Non-nil if Lsp-Treemacs-Sync mode is enabled. See the `lsp-treemacs-sync-mode' command for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `lsp-treemacs-sync-mode'.") (custom-autoload 'lsp-treemacs-sync-mode "lsp-treemacs" nil) (autoload 'lsp-treemacs-sync-mode "lsp-treemacs" "\ Global minor mode for synchronizing lsp-mode workspace folders and treemacs projects. If called interactively, enable Lsp-Treemacs-Sync mode if ARG is positive, and disable it if ARG is zero or negative. If called from Lisp, also enable the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'; disable the mode otherwise. \(fn &optional ARG)" t nil) (autoload 'lsp-treemacs-references "lsp-treemacs" "\ Show the references for the symbol at point. With a prefix argument, select the new window and expand the tree of references automatically. \(fn ARG)" t nil) (autoload 'lsp-treemacs-implementations "lsp-treemacs" "\ Show the implementations for the symbol at point. With a prefix argument, select the new window expand the tree of implementations automatically. \(fn ARG)" t nil) (autoload 'lsp-treemacs-call-hierarchy "lsp-treemacs" "\ Show the incoming call hierarchy for the symbol at point. With a prefix argument, show the outgoing call hierarchy. \(fn OUTGOING)" t nil) (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lsp-treemacs" '("lsp-treemacs-"))) ;;;*** ;;;### (autoloads nil nil ("lsp-treemacs-themes.el") (0 0 0 0)) ;;;*** (provide 'lsp-treemacs-autoloads) ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; lsp-treemacs-autoloads.el ends here