<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IDE | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/ide/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Sun, 30 Dec 2018 09:01:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Directories settings in PHPStorm and IntelliJ Ultimate</title>
		<link>https://nerdpress.org/2018/12/29/directories-settings-in-phpstorm-and-intellij-ultimate/</link>
		
		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Sat, 29 Dec 2018 10:30:46 +0000</pubDate>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IntelliJ Ultimate]]></category>
		<category><![CDATA[PHPStorm]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=2840</guid>

					<description><![CDATA[<p>I recently switched from PHPStorm to IntelliJ Ultimate because of some Java. But still i am working a lot on PHP and symfony projects. One thing i usually do on symfony projects in PHPStorm is to edit the &#8220;Directories&#8221; in the settings to avoid having results from var/cache or var/logs in the search results. Also &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2018/12/29/directories-settings-in-phpstorm-and-intellij-ultimate/" class="more-link">Continue reading<span class="screen-reader-text"> "Directories settings in PHPStorm and IntelliJ Ultimate"</span></a></p>
The post <a href="https://nerdpress.org/2018/12/29/directories-settings-in-phpstorm-and-intellij-ultimate/">Directories settings in PHPStorm and IntelliJ Ultimate</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>I recently switched from PHPStorm to IntelliJ Ultimate because of some Java. But still i am working a lot on PHP and symfony projects.</p>
<p>One thing i usually do on symfony projects in PHPStorm is to edit the <i>&#8220;Directories&#8221;</i> in the settings to avoid having results from <em>var/cache</em> or <em>var/logs</em> in the search results.</p>
<p>Also it slows down the search which i heavily use. So i exlude all folders that should not be searched because they are cache files or are redundant in some other way.</p>


<span id="more-2840"></span>



<figure class="wp-block-image"><a href="https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-10-48-51.png"><img fetchpriority="high" decoding="async" width="1024" height="627" src="https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-10-48-51-1024x627.png" alt="" class="wp-image-2843" srcset="https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-10-48-51-1024x627.png 1024w, https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-10-48-51-300x184.png 300w, https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-10-48-51-768x470.png 768w, https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-10-48-51.png 1920w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a><figcaption>PHPStorm Directories Settings</figcaption></figure>



<p>See this <strong>SO</strong> post for further discussion: <a rel="noreferrer noopener" href="https://stackoverflow.com/questions/35654320/how-to-configure-directories-when-using-a-symfony-project-in-phpstorm" target="_blank">https://stackoverflow.com/questions/35654320/how-to-configure-directories-when-using-a-symfony-project-in-phpstorm</a></p>



<p>But in IntelliJ Ultimate its a bit different and it took me a bit to figure out.<br>Here the equivalent is located under <em>&#8220;Project Structure-&gt;Modules&#8221;</em>.<br>Here you can exclude Directories, set &#8220;test&#8221; and &#8220;source&#8221; folders.</p>



<figure class="wp-block-image"><a href="https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-11-00-16.png"><img decoding="async" width="1024" height="627" src="https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-11-00-16-1024x627.png" alt="" class="wp-image-2844" srcset="https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-11-00-16-1024x627.png 1024w, https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-11-00-16-300x184.png 300w, https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-11-00-16-768x470.png 768w, https://nerdpress.org/wp-content/uploads/2018/12/Bildschirmfoto-vom-2018-12-29-11-00-16.png 1920w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a><figcaption>IntelliJ Ultimate Modules settings</figcaption></figure>



<p>Also it seems settings are imported from PHPStorm settings already when using a former PHPStorm project in IntelliJ Ultimate. Nice :)</p>The post <a href="https://nerdpress.org/2018/12/29/directories-settings-in-phpstorm-and-intellij-ultimate/">Directories settings in PHPStorm and IntelliJ Ultimate</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
