Skip to content

manateelazycat/find-define

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

What is find-define.el ?

Jump to the definition of a function or variable.

`find-define' supports the following programming languages:

Language Backend
Elisp elisp-def
Python jedi-core
Golang go-mode
JavaScript tide
Other dumb-jump

Installation

Clone or download this repository (path of the folder is the <path-to-find-define> used below).

In your ~/.emacs, add the following two lines:

(add-to-list 'load-path "<path-to-find-define>") ; add find-define to your load-path
(require 'find-define)

Usage

Bind your favorite key to functions:

Function Description
find-define Find definition in current window
C-u find-define Find definition in other window
find-define-back Back to position before jump

Contribute

Wecome to contribute more language backend with PR

About

Jump to the definition of a function or variable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published