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.
Related
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)
When I use the "Project Pane -> Project" view in IntelliJ, my Java package paths are collapsed based on the Modules in my Project Structure (e.g. com.company.project). I would like to use IntelliJ for code reviews, so I've checked out the changes locally and am looking at the "Project Pane -> Changed Files" view, but this doesn't pick up the project structure, so each folder takes an extra line. Can I get the best of both worlds here?
I figured this out with the help of this answer about expanding the folders (which I also wanted to do) How to expand folded package chain in Intellij IDEA?
Right click on "1:Project" to see the options for the project pane and then check "Flatten Packages".
There is this feature that IDEA IntelliJ has: when a new file is opened the Project tree (view) automatically jump to the file opened (handy when you follow a function defined in some other file).
I'd like to know if qtcreator provide this option
Surprised how hard it is to find the answer, since the button isn't hugely obvious.
The button you want is at the top of the Project pane, between "filter" and "split". Tooltip says "synchronize with editor".
Is there any way to Collapse all folder on the Directories Tab in SmartSVN Foundation 8.0.1?
I Accidentally pressed Ctrl+A (Select All) and ALL THE FOLDERS COLLAPSED!
Now if i want to add a specific folder i need to collapse some or all... or most, but there's no easy way to do it, right now i'm doing it one by one, but the vendor folder (all composer packages) is enormous.
Any ideas?
Seems odd. I've tried to replicate this and have been unable (I'm assuming you're on Windows?) even if I select all and then click the collapse icon on one folder it just collapses that folder.
More than happy to raise a feature request for you if you could give me a bit more detail about what you're after? For example, adding a 'collapse/expand all' and/or a 'collapse/expand selected' option to the View menu that you could set a custom shortcut for in the Edit -> Customize -> Accelerators options?
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.