2 Replies Last post: Mar 15, 2013 4:59 AM by Jeff Simon  
Jeff Simon Newbie 34 posts since
Nov 18, 2012
Currently Being Moderated

Mar 15, 2013 1:55 AM

Why does PHPStorm try to connect to websites that are in my code?

I first noticed this issue in Version 5.0.4 which I just recently started using. I was hoping the issue would go away with Version 6. But it still occurs.

 

Here is what happens: there is a reference in my code to some external website. For example, the Better Business Bureau. Many times when I edit certain pages of the site, Little Snitch reports that PHPStorm wants to connect to that external website. It seems to happen for several different sites, but not every link in the code base.

 

Is there a setting to disable this? Why is such a "feature" even provided?

Kirill Safonov JetBrains 584 posts since
Jul 9, 2009
Currently Being Moderated
Mar 15, 2013 1:58 AM in response to: Jeff Simon
Re: Why does PHPStorm try to connect to websites that are in my code?

Jeff, please open Settings dialog, click Inspections, then search and turn off 'Non-existent web resource' inspection.

 

Kirill

More Like This

  • Retrieving data ...