Enrique Piatti

- Total activity 278
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 78
-
Enrique Piatti created a post, HttpRequests class from IntelliJ
I can see there are some classes to make HTTP requests from IntelliJ (specifically "com.intellij.util.io.HttpRequests") do you recommend using them instead of URLConnection or HttpClient from Apach... -
Enrique Piatti created a post, Refresh LineMarkers
Hi, is possible to force a refresh for LineMarkers on the current file (or any file of choose)? My problem is that I need to make some slow process (depending on a remote connection) to get the inf... -
Enrique Piatti created a post, Search Files in folder (not full project)
Hi, is possible to restrict the file search to some folder (and sub)? For example to seach all the Javascript files inside some folder. Right now I'm using something like: FilenameIndex.getAllFile... -
-
Enrique Piatti created a post, Override Inspections? (change how Undefined Methods inspection works)
Hi, I want to avoid the inspection "Undefined Method" in Phpstorm marking some methods as undefined (they are magic methods in PHP and I cannot add the PHPDocs to the original files). Is there any ... -
Enrique Piatti commented, -
-
Enrique Piatti created a post, Completion Provider with Priority/Sort
Hi, what is the best way to show my items first with completion provider? And also is possible to make a custom sort on that list? it seems to be sorted alphabetically but I want some items to show... -
-