The Computer Oracle

"Go To File" Feature/Plugin for Notepad++

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 3

--

Chapters
00:00 &Quot;Go To File&Quot; Feature/Plugin For Notepad++
00:24 Answer 1 Score 28
00:39 Accepted Answer Score 6
01:18 Answer 3 Score 6
01:30 Answer 4 Score 2
02:49 Thank you

--

Full question
https://superuser.com/questions/310147/g...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#plugins #notepad++

#avk47



ANSWER 1

Score 28


Try File Switcher plugin for Notepad++, you can download it directly from the Plugin manager. Just press Ctrl+Shift+O then search your file name.




ACCEPTED ANSWER

Score 6


The plugin that I found that has this feature is called Open File in Solution

Here's a link to download the plugin and documentation: http://npp.incrediblejunior.com/

Using the Notepad++ Plugin Manager, you can download the plugin directly from there (and it'll download the dependencies: SolutionHub and SolutionHub UI)

Before you can use the plugin however, you need to do some setup in SolutionHub UI which is detailed at the link above.

Then you can create a new Shortcut mapping to bind the plugin to a key.

I've been using it for the past few hours, it's really fast. Happy I found this.




ANSWER 3

Score 6


I found "Navigate To" plugin from plugin manager and it's working perfect for this need. Hope this helps to someone.




ANSWER 4

Score 2


I just wrote a simple plugin for Notepad++ in Delphi 7 for this purpose, because I was disappointed by the ones that already exists. I think you will find it useful.

I named it "Open File In Folders". It's latest version is 1.02. Here is a screenshot of the main window of the plugin:

NPP plugins menu screenshot

You can get it from GitHub here: https://github.com/meboev/NppOpenFileInFolders

Installation

If you do not want to compile it, just download the OpenFileInFolders.dll and place it in your C:\Program Files (x86)\Notepad++\plugins folder. Then restart Notepad++.

Features

  • Saves its configuration into the Window Registry
  • The selected text from NPP is automatically populated into the search field. You can use it for quickly finding imports, requires, etc...
  • You can select multiple folders to search from. Useful if your project is in multiple drives (c:, d:)
  • You can exclude case insensitively strings, pipe delimited (\node_modules\|.git) from the results
  • You can see/copy the full path of all the files you are searching into.
  • You can limit the results to a predefined values, to speed up the search for big projects
  • You can open the results directly inside a Windows Explorer window