Skip to content

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 702 Bytes

README.md

File metadata and controls

executable file
·
26 lines (19 loc) · 702 Bytes

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.