How can I see my excluded folders in PhpStorm 2020.3? - intellij-idea

I've changed the project folder and marked it as Excluded. Later I need to re-show my excluded folders but I don't know how to show it again. Please help me.

I got it. Just click project files in Project Window.
There is 'cancel excluded' button.

Click on the "gear" icon on the Project View panel (or right click on the toolwindow title) to bring the toolwindow options. There is an option just for that:
(the data and downloads are excluded folders)

Related

Intellij file tab missing (but not module!)

I cloned a repo from github only to find that the intellij project window is missing!
But! I have a not missing a project module (like other people on are)!
It looks like your problem is just that you're not showing the project tab!
To show the project tab:
Press the icon in the bottom left of the screen
On the left side of your window, a bar should appear, press the:
If it's not already pressed.
(optional) You may need to change to "Project view", on the top part of the project window there should be a little drop down, select "Project"
That should do it! I hope this helps :)

How to expand folder branch in Project Window Intellij IDEA?

Sometimes I close folder/package in Project Tool Window and then I should click every folder in it to open them . How to avoid this and open all folders/packages quickly?
* on numpad
Also see IDEA guide about Title bar context menu and customize project window as you need.
Navigate to any folder / package by name! Use the shortcut Shift+Ctrl+N(on Mac ⇧+⌘+N) in the pop-up window type name of folder / package, and end of name add /, for example src/. See here guide for more understanding.
Use the great feature Speed Search for quick navigation:
And also use shortcut Alt+1 to open, Shift+Esc to hide Project Tool Window.
after every press numpad * folders will be expaned more and more

IntelliJ IDEA: Show containing folder in 'project' sidebar.

I'm using IntelliJ IDEA 12.1.6., and I'm trying to figure out how to make a file's parent folder show in the 'project' sidebar when I open it. I'm pretty sure I had it set up that way in the past, but I can't find the relevant setting. I've tried googling to no avail. Any ideas?
Autoscroll from source option can be enabled under the gear icon in the Project tool window.
Doesn't the Projects sidebar show the project's entire directory structure?
As an alternative, if you go to View -> Navigation Bar, you can see the selected file's path on the top left.
For those reading now, the suggestions here don't seem to be in the current version of intellij.
I had to go Right click on the folder -> Open Module Settings -> remove the obviously incorrect content root -> re-add the obviously correct content root.

How can you tell where your solution is opened from?

I have a VB.net solution that I made a complete copy of and placed on a different drive and now I cannot tell which solution I have been working in.
Is there a way I can tell where my solution was opened from?
In the Solution Explorer pane, right click your Project (e.g., WindowsApplication1), and select "Open Folder in Windows Explorer" from the menu that pops up. That way you can see the actual directory it is stored in.
When the Project is selected in the Solution Explorer, you can see the full path of the containing folder in the Misc > Project Folder property in the Properties pane.
F4 will display the Properties pane if it is not visible.
For a Solution, the Misc > Path property shows its full path.
And, similarly, the Misc > Full Path property shows a file's full path.
And emphasising these Properties are only valid when the Solution Explorer was the last pane that was active.
You can also hover over the project name in the recent items in the Start page: that will show the project's full path on the status bar.

How to automatically navigate to current class in IntelliJ IDEA Project Tool Window?

I would like to have a keyboard shortcut in IntelliJ IDEA that has the following effect: the tree in the project tool window expands to show the currently open class (or file), and this class becomes selected in the tree.
Is this possible?
Navigate (View in older versions)| Select In... (Alt+F1), Project View (Enter).
It's also possible to enable Autoscroll from Source option in the Project View so that current file is automatically selected.
IntelliJ IDEA 2019
Left click on the wheel > Always Select Opened File
There is also: Open Files with Single Click - the selected file from the tree view will be opened in the right side.
Old IntelliJ versions
Right click on Project/Packages area > Autoscroll from Source
or
Left click on the wheel > Autoscroll from Source
There is also: Autoscroll to Source - the selected file from the tree view will be opened in the right side.
Try
Alt F1(Select Target dialogue) + Enter.
Click at this icon on the top of tree-box.
you can do this also using the upper dynamic menu that change for every opened file. just click twice on the last folder and the file will be on the same folder branch
also good for pycharm
You can also make your own key combo to the "select in tree view" via prefs. I often do: shift + cmd + a and then just write select in.. and then press enter.