File tree view in Notepad++

后端 未结 7 1030
南方客
南方客 2021-01-30 00:26

I was wondering how to make a file tree view in Notepad++, like other editors have, where I could open a file by clicking on it?

相关标签:
7条回答
  • 2021-01-30 00:55

    step-1) On Notepad++ Toolbar:

    Plugins -> Plugin Manager -> Show Plugin Manager -> Available . Then select the Explorer. And click Install.

    (Note: As in above comments some people like SherloXplorer. Pls, note that this requires .Net v2 )

    step-2) Again on Notepad++ Toolbar:

    Explorer->Explorer

    Now you can view files with tree view.

    Update: After adding Explorer, right click to edit a file in Notepad++ may stop working. To make it work again, restart Notepad++ afresh.

    0 讨论(0)
  • 2021-01-30 01:01

    open notepad++, then drag and drop the folder you want to open as tree view.

    OR

    File ->open folder as workspace , select the file you want.

    0 讨论(0)
  • 2021-01-30 01:03

    If you want treeview like explorer, you can go with LightExplorer

    Download dll from here and paste it inside plugins folder in notepad++ installed directory. Restart notepad++ and then in menubar goto Plugins ->Light Explorer -> Light Explorer

    0 讨论(0)
  • 2021-01-30 01:09

    As of Notepad++ 6.9, the new Folder as Workspace feature can be used.

    Folder as Workspace opens your folder(s) in a panel so you can browse folder(s) and open any file in Notepad++. Every changement in the folder(s) from outside will be synchronized in the panel. Usage: Simply drop 1 (or more) folder(s) in Notepad++.

    This feature has the advantage of not showing your entire file system when just the working directory is needed. It also means you don't need plugins for it to work.

    0 讨论(0)
  • 2021-01-30 01:11

    You can also use you own computer built-in functions:

    • Create a file, write this on it:
    tree /a /f >tree.txt
    • Save the file as any_name_you_want.BAT
    • Launch it, it will create a file named tree.txt that contains you directory TREE.
    0 讨论(0)
  • 2021-01-30 01:13

    Tree like structure in Notepad++ without plugin

    Download Notepad++ 6.8.8 & then follow step below :

    Notepad++ -> View-> Project-> choose Panel 1 OR Panel 2 OR Panel 3 ->

    It will create a sub part Wokspace on the left side -> Right click on Workspace & click Add Project -> Again right click on Project which is created recently -> And click on Add Files From Directory.

    This is it. Enjoy

    0 讨论(0)
提交回复
热议问题