“Go To File” Feature/Plugin for Notepad++
Is there a way to get the Go to file... functionality from Textmate in Notepad++?
For example, if I press Ctrl-T, a dialog box comes up, type in (partial) string and it filters through the files in the project.
Or is there a Project Manager plugin that includes this feature?
plugins notepad++
add a comment |
Is there a way to get the Go to file... functionality from Textmate in Notepad++?
For example, if I press Ctrl-T, a dialog box comes up, type in (partial) string and it filters through the files in the project.
Or is there a Project Manager plugin that includes this feature?
plugins notepad++
I found what I was looking for, there's a plugin called Open File in Solution, but it takes a little bit of tweaking to get working properly
– Alex Heyd
Jul 13 '11 at 17:23
add a comment |
Is there a way to get the Go to file... functionality from Textmate in Notepad++?
For example, if I press Ctrl-T, a dialog box comes up, type in (partial) string and it filters through the files in the project.
Or is there a Project Manager plugin that includes this feature?
plugins notepad++
Is there a way to get the Go to file... functionality from Textmate in Notepad++?
For example, if I press Ctrl-T, a dialog box comes up, type in (partial) string and it filters through the files in the project.
Or is there a Project Manager plugin that includes this feature?
plugins notepad++
plugins notepad++
edited Jul 13 '11 at 16:32
slhck
161k47447470
161k47447470
asked Jul 13 '11 at 16:26
Alex HeydAlex Heyd
281126
281126
I found what I was looking for, there's a plugin called Open File in Solution, but it takes a little bit of tweaking to get working properly
– Alex Heyd
Jul 13 '11 at 17:23
add a comment |
I found what I was looking for, there's a plugin called Open File in Solution, but it takes a little bit of tweaking to get working properly
– Alex Heyd
Jul 13 '11 at 17:23
I found what I was looking for, there's a plugin called Open File in Solution, but it takes a little bit of tweaking to get working properly
– Alex Heyd
Jul 13 '11 at 17:23
I found what I was looking for, there's a plugin called Open File in Solution, but it takes a little bit of tweaking to get working properly
– Alex Heyd
Jul 13 '11 at 17:23
add a comment |
4 Answers
4
active
oldest
votes
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.
Perfect matching tool for this, thank You
– Hartmut P.
Jun 14 '17 at 14:32
add a comment |
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.
add a comment |
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
add a comment |
I found "Navigate To" plugin from plugin manager and it's working perfect for this need. Hope this helps to someone.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f310147%2fgo-to-file-feature-plugin-for-notepad%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Perfect matching tool for this, thank You
– Hartmut P.
Jun 14 '17 at 14:32
add a comment |
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.
Perfect matching tool for this, thank You
– Hartmut P.
Jun 14 '17 at 14:32
add a comment |
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.
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.
edited Oct 27 '13 at 17:28
Jawa
3,15982435
3,15982435
answered Oct 27 '13 at 16:57
amir farahamir farah
18112
18112
Perfect matching tool for this, thank You
– Hartmut P.
Jun 14 '17 at 14:32
add a comment |
Perfect matching tool for this, thank You
– Hartmut P.
Jun 14 '17 at 14:32
Perfect matching tool for this, thank You
– Hartmut P.
Jun 14 '17 at 14:32
Perfect matching tool for this, thank You
– Hartmut P.
Jun 14 '17 at 14:32
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Jul 13 '11 at 20:43
Alex HeydAlex Heyd
281126
281126
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
edited Jan 22 '17 at 18:48
answered Dec 20 '16 at 20:03
Milen BoevMilen Boev
1112
1112
add a comment |
add a comment |
I found "Navigate To" plugin from plugin manager and it's working perfect for this need. Hope this helps to someone.
add a comment |
I found "Navigate To" plugin from plugin manager and it's working perfect for this need. Hope this helps to someone.
add a comment |
I found "Navigate To" plugin from plugin manager and it's working perfect for this need. Hope this helps to someone.
I found "Navigate To" plugin from plugin manager and it's working perfect for this need. Hope this helps to someone.
answered Jan 7 at 5:48
Vishal ZanzrukiaVishal Zanzrukia
10114
10114
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f310147%2fgo-to-file-feature-plugin-for-notepad%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I found what I was looking for, there's a plugin called Open File in Solution, but it takes a little bit of tweaking to get working properly
– Alex Heyd
Jul 13 '11 at 17:23