Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gregory Shrago
Total activity
512
Last activity
August 14, 2023 18:03
Member since
January 16, 2007 18:03
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
214
Activity overview
Posts (3)
Comments (295)
Sort by recent activity
Recent activity
Votes
Edited
October 26, 2018 18:50
Consider the ordinary logic: a non-private rule means a dedicated AST node. Then the AST for a text "TRUE" will be: FILE->EXPR->LITERAL->TRUE "Extends" semantic collapses the meaningless EXPR resul...
Community
IntelliJ IDEA Open API and Plugin Development
What's the alternative to left recursion in GrammarKit?
4 votes
Created
December 10, 2015 12:30
Sure. You can search for columns matching *foo* via Go-to-Symbol (Ctrl-Alt-Shift-N) action.
Community
IntelliJ IDEA Users
How to search for database tables that has column names matching certain values?
3 votes
Edited
March 07, 2019 12:12
Daniel, Look for `lib/src/src_database-openapi.zip` file in IntelliJ IDEA Ultimate distribution. That is a complete source code for database and SQL APIs.
Community
DataGrip
Generate POJOs - Source code (schema information)
2 votes
Created
March 22, 2010 18:32
Please ensure that MySQL dialect is configured in Settings/SQL Dialects.The Generic dialect provides only keyword highlighing and completion so this setting may be the cause of the problem.If this ...
Community
PhpStorm
How to invoke autocomplete for table names (from data source) in .sql file?
2 votes
Created
December 22, 2020 23:52
Thanks for noticing. I've updated the corresponding README section. https://github.com/JetBrains/Grammar-Kit#rule-modifiers
Community
IntelliJ IDEA Open API and Plugin Development
BNF "upper" keyword doesn't appear to be documented
1 vote
Edited
August 28, 2018 13:52
The following is not an API, but will work for some time: DbImplUtil#getMaybeLocalDataSource(DasDataSource)LocalDataSource#getUsername
Community
IntelliJ IDEA Open API and Plugin Development
How can i get the username in datagrip? I have find it in dataSources.local.xml.
1 vote
Created
February 08, 2018 09:16
Sure. One can use Structure Popup (Ctrl-F12 or Cmd-F12 on macOS) for navigation and searching as in any other editor. One can also use Structure tool window for that, but it'll take some screen space.
Community
IntelliJ IDEA Users
How to search for database tables that has column names matching certain values?
1 vote
Edited
September 29, 2017 21:27
You seem to miss the notion of a grammar root rule. It is the first rule in the grammar and it represents a file as a whole, so it's inherently "private". All other rules are to be reachable from t...
Community
IntelliJ IDEA Open API and Plugin Development
GrammarKit explanation?
1 vote
Created
September 27, 2017 01:57
Please expect https://youtrack.jetbrains.com/issue/IDEA-179627 in the next EAP.
Community
IntelliJ IDEA Open API and Plugin Development
'Edit as Table' visibility check for EditorPopup is too restrictive
1 vote
Created
July 20, 2017 23:01
Hi! Something like the following will do: databaseSystem.getModel().traverser().expand(o -> o instanceof DasNamespace).filter(DasRoutine.class).map(o -> o.getName()).toSet()
Community
IntelliJ IDEA Open API and Plugin Development
Getting Routines/Procedures name
1 vote
Next
›
Last
»