主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dennis Ushakov
活动总数
833
最后的活动
2018年11月23日 21:33
成员加入日期
2009年03月30日 18:01
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
330
活动概览
文章(0)
帖子(0)
评论(502)
按最近的活动排序
最近的活动
投票数
创建于
2016年03月24日 13:28
Your approach looks ok. Which element are you passing to enumerate method?
社区
IntelliJ IDEA Open API and Plugin Development
Indexing AngularJS expressions
0 票
创建于
2016年03月23日 09:21
Hi, you can use com.intellij.platform.WebProjectGenerator for that purposes. Documentation is somewhat sparse, but you can take a look at the open-source example from AngularJS plugin: AngularJSPro...
社区
IntelliJ IDEA Open API and Plugin Development
Adding to the ProjectWizard PhPStorm Plugin
0 票
创建于
2016年03月23日 18:32
Sorry about delayed reply. JavaScript content is added to HTML templates via injections, so usually you can access JS elements from there using InjectedLanguageManager/InjectedLanguageUtil. Unfortu...
社区
IntelliJ IDEA Open API and Plugin Development
Indexing AngularJS expressions
0 票
创建于
2016年04月01日 08:57
You can add com.intellij.psi.LanguageSubstitutor that will substitute html with whatever language you want. For any syntax customisation you'll need to extend JavaScript language and tweak lexer/pa...
社区
IntelliJ IDEA Open API and Plugin Development
Create custom javascript editor and add intellisense to it.
0 票
创建于
2016年04月04日 09:27
Sorry, but JavaScript support is available only in ultimate edition. So there's no option to reuse existing JS support in community edition
社区
IntelliJ IDEA Open API and Plugin Development
Create custom javascript editor and add intellisense to it.
0 票
创建于
2016年04月04日 13:05
Yes, you can. In this case you'll have to implement everything yourself: lexing, parsing, navigation, etc
社区
IntelliJ IDEA Open API and Plugin Development
Create custom javascript editor and add intellisense to it.
0 票
创建于
2015年01月07日 20:37
Do you have specific JSLanguageDialect for that files? If you do, you can provide JSDialectSpecificHandlersFactory and override createReferenceExpressionResolver method(e.g. https://github.com/JetB...
社区
IntelliJ IDEA Open API and Plugin Development
Can only capture JSLiteralExpression elements with a PsiReferenceProvider?
0 票
创建于
2015年01月13日 09:31
Sorry, yes, I forgot to mention that. By the way, we've done a big refactoring of JavaScript code insight engine for WebStorm 10/IntelliJ 14.1, which resulted in greap JS API changes so if you want...
社区
IntelliJ IDEA Open API and Plugin Development
Can only capture JSLiteralExpression elements with a PsiReferenceProvider?
0 票
创建于
2015年01月30日 15:00
Hi Peter,1,2. You can use JSElementResolveScopeProvider(JavaScript.elementScopeProvider) extension point for that. You'll need to override getResolveScope method to return only GlobalSearchScope.ge...
社区
IntelliJ IDEA Open API and Plugin Development
Javascript - find usages & resolve scope
0 票
创建于
2015年01月12日 16:11
As far as I understand you have 3 languages in your file view provider: HTML for handling HTML sequences, MyTemplate for handling <% %> and JavaScript for <%%> content.Main idea here is that you'll...
社区
IntelliJ IDEA Open API and Plugin Development
Can only capture JSLiteralExpression elements with a PsiReferenceProvider?
0 票
«
第一页
‹
上一页
下一页
›
最后
»