Skip to content

neovim telescope extension, api endpoint finder in spring or spring-boot project

License

Notifications You must be signed in to change notification settings

zerochae/telescope-spring.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telescope-spring.nvim

Note

It hasn't been officially released yet. It's coming soon, so please wait.

A Telescope picker to quickly api endpoint finder in spring(boot) project

🚀 Usage

  • :SpringGetMapping
  • :SpringPostMapping
  • :SpringPutMapping
  • :SpringDeleteMapping

🖥️ Demo

demo

✨ Features

Search value and method in RequestMapping

search by request mapping value

Search variable value

Search in variable path

📦 Installation

-- lazy.nvim
  {
    "zerochae/telescope-spring.nvim",
    dependencies = { "nvim-telescope/telescope.nvim" },
    config = function()
      require("spring").setup()
    end,
  }

⚡️ Requirements

About

neovim telescope extension, api endpoint finder in spring or spring-boot project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages