主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gregory Shrago
活动总数
512
最后的活动
2023年08月14日 18:03
成员加入日期
2007年01月16日 18:03
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
214
活动概览
文章(0)
帖子(3)
评论(295)
按投票数排序
最近的活动
投票数
已编辑于
2018年10月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
What's the alternative to left recursion in GrammarKit?
4 票
创建于
2015年12月10日 12:30
Sure. You can search for columns matching *foo* via Go-to-Symbol (Ctrl-Alt-Shift-N) action.
社区
IntelliJ IDEA Users
How to search for database tables that has column names matching certain values?
3 票
已编辑于
2019年03月07日 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.
社区
DataGrip
Generate POJOs - Source code (schema information)
2 票
创建于
2010年03月22日 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 ...
社区
PhpStorm
How to invoke autocomplete for table names (from data source) in .sql file?
2 票
创建于
2020年12月22日 23:52
Thanks for noticing. I've updated the corresponding README section. https://github.com/JetBrains/Grammar-Kit#rule-modifiers
社区
IntelliJ IDEA Open API and Plugin Development
BNF "upper" keyword doesn't appear to be documented
1 票
已编辑于
2018年08月28日 13:52
The following is not an API, but will work for some time: DbImplUtil#getMaybeLocalDataSource(DasDataSource)LocalDataSource#getUsername
社区
IntelliJ IDEA Open API and Plugin Development
How can i get the username in datagrip? I have find it in dataSources.local.xml.
1 票
创建于
2018年02月08日 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.
社区
IntelliJ IDEA Users
How to search for database tables that has column names matching certain values?
1 票
已编辑于
2017年09月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
GrammarKit explanation?
1 票
创建于
2017年09月27日 01:57
Please expect https://youtrack.jetbrains.com/issue/IDEA-179627 in the next EAP.
社区
IntelliJ IDEA Open API and Plugin Development
'Edit as Table' visibility check for EditorPopup is too restrictive
1 票
创建于
2017年07月20日 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()
社区
IntelliJ IDEA Open API and Plugin Development
Getting Routines/Procedures name
1 票
下一页
›
最后
»