Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Fabio
Follow
New posts
New posts and comments
Total activity
43
Last activity
November 27, 2018 08:24
Member since
July 23, 2012 23:39
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
15
Activity overview
Posts (10)
Comments (16)
Sort by recent activity
Recent activity
Votes
Created
November 02, 2018 13:35
It was a mistake. I mixed up bug reports and forums. And as I couldn't find my issue on Youtrack (searching by:me), I thought the issue had been deleted.
Community
IntelliJ IDEA Users
Execute the same query on multiple databases
0 votes
Created
September 05, 2018 09:34
IntelliJ doesn't use DirectWrite to render fonts (which is used by all the other products you quote). The font rendering system used by Java (GDI) is old and very limited.
Community
WebStorm
Font Rendering
4 votes
Created
January 13, 2015 14:08
Generally, how do you prepare text for HTML?Did you try Emmet?Enter :table>tr.row*5>td.cell*3and hit TABYou'll get a full HTML table without having to enter each tag manually.
Community
PhpStorm
Shift+Enter → <br>
0 votes
Created
January 11, 2015 09:08
If you are on the same machine, you don't need totranfer your files from your dev folder to htdocs to make it work. It's useless.Just add a VirtualHost on your apache conf and you'll be able to see...
Community
PhpStorm
mapping local project to local XAMPP
0 votes
Created
July 25, 2013 06:03
Thank you. I created this file and have placed at the root of my project (see attached file).It works fine for autocomplete but everytime it is opened (with a Ctrl+Click on a classname), PhpStorm c...
Community
PhpStorm
Autocomplete for classes when class name is modified by autoload
0 votes
Created
July 16, 2013 12:54
That's exactly my point: classes are not declared as they are called.classes are declared with "Core":class FrontControllerCore extends Controller { ... }But there are instancied without "Core":$co...
Community
PhpStorm
Autocomplete for classes when class name is modified by autoload
0 votes
Created
February 19, 2013 14:15
Too bad!I hope someone will have the time to create one for PHPStorm as well if this one can't be ported.
Community
PhpStorm
Create addons with scripts
0 votes
Created
February 19, 2013 13:16
It seems that someone has created a plugin to create Groovy scripts:https://github.com/dkandalov/intellij_evalI can't find it when I Browse all plugins in PHPStorm but it seems to be precisely what...
Community
PhpStorm
Create addons with scripts
0 votes
Created
February 13, 2013 07:51
Thank you.
Community
PhpStorm
Create addons with scripts
0 votes
Created
January 31, 2013 21:31
Thanks for your answer.Apparently, there is no specifi inspection for those errors. So it seems impossible to disable them.
Community
PhpStorm
SQL inspections shows a lot of false-positive errors in PHPStorm 6
2 votes
1
2
›
»