Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexey Gopachenko
Total activity
2494
Last activity
September 24, 2018 09:09
Member since
August 06, 2009 15:18
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1011
Activity overview
Posts (0)
Comments (1483)
Sort by recent activity
Recent activity
Votes
Created
November 20, 2010 16:45
usually it should be available on the PATH after installation and will be picked automatically.try invoking:java --version(should work if installed properly)Otherwise try to search your os forums o...
Community
PhpStorm
Linux JDK not found error
1 vote
Created
April 27, 2011 10:28
Nope, pl/pgsql is not supported.Basically you won't be able to provide the support youself beyond very very basic highlighting of Settings|File Types|Add...Feel free to submit a feature request tho...
Community
PhpStorm
PostgreSQL - pl/pgsql syntax highliting
0 votes
Created
October 04, 2011 13:56
View - Select In.. - Project viewAlt-F1, Enter.
Community
PhpStorm
Locate current file in explorer
1 vote
Created
December 09, 2010 13:30
Settings | File types | Plain text - > check mapped masks carefully.
Community
PhpStorm
phpStorm doesn't recognize a files' language
1 vote
Created
February 03, 2014 10:38
Nope.
Community
PhpStorm
Move deleted files to Trash
1 vote
Created
March 24, 2014 15:41
http://youtrack.jetbrains.net/issues/WI#newissue=yes
Community
PhpStorm
I'm new! Question about PHP array new line wrapping
1 vote
Created
September 24, 2018 09:09
Try to brace it in text and ask for appropriate element type - e.g. parenthesised expression... PsiViewer plugin will help you to found relevant element types.
Community
IntelliJ IDEA Open API and Plugin Development
Inject wrapped expression into braces
0 votes
Created
May 17, 2018 19:08
You may also try using External Tools facility for this simple case + add custom shortcut/file context menu item in settings.
Community
IntelliJ IDEA Open API and Plugin Development
PhpStorm Plugin right-click
0 votes
Created
November 28, 2017 11:10
Second, return from getReferencesByElement, should include the references *you create*, eg new MyDSReference(DS)... Where MyDSReference has resolve() & isReferenceTo() correctly implemented, accept...
Community
IntelliJ IDEA Open API and Plugin Development
Referencing a DbDataSource
0 votes
Created
November 28, 2017 11:04
First, please make your registration more specific registrar.registerReferenceProvider( psiElement().withLanguage(PhpLanguage.INSTANCE).withElementType(PhpElementTypes.STRING), new PsiReferencePr...
Community
IntelliJ IDEA Open API and Plugin Development
Referencing a DbDataSource
0 votes
«
First
‹
Previous
Next
›
Last
»