Skip to content

An extention of ExCore, used for simple code navigation from config file to code definition.

Notifications You must be signed in to change notification settings

Asthestarsfalll/excore.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

An extention of ExCore, used for simple code navigation from config file to code definition.

Screen Shot

to_class

Usage

{
    "Asthestarsfalll/excore.nvim",
    event = "VeryLazy",
    config = function()
        require("excore").setup {
            cache_dir = nil,
        }
    end
}

User Commands

ExLoad: Load the cached class_mapping.json, need to run in a excore project.

ExDir: Manualy setting the cache-dir if ExLoad cannot work. Then run ExLoad again.

ToClass: Jump the the class definition according to the identifier under the cursor. You can manualy bind it to some shortcut keys.

About

An extention of ExCore, used for simple code navigation from config file to code definition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages