Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Konstantin Ulitin
Total activity
257
Last activity
July 08, 2025 13:25
Member since
March 11, 2012 13:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
99
Activity overview
Articles (0)
Posts (0)
Comments (158)
Sort by recent activity
Recent activity
Votes
Created
July 27, 2017 07:43
Using DialectOptionHolder.OTHER instead of NASHORN makes lexer interpret 'each' as JSTokenTypes.IDENTIFIER, not EACH_KEYWORD. I suggest to highlight 'each' manually, e.g. by adding an extension to ...
Community
IntelliJ IDEA Open API and Plugin Development
Javascript dialects, dialectSpecificHandlersFactory
0 votes
Created
July 19, 2017 07:56
"use strict" pragmas are not added into functions if there's already one at the top of the file. They are added to empty functions on pressing enter inside them, it's hard to decide when to add it ...
Community
WebStorm
WebStorm 4.0.3 auto adding "use strict" pragma in JavaScript
0 votes
Created
June 02, 2017 12:06
Hi, Jamie. That's indeed quite unexpected, I have no idea what can cause it. Debug session is started in com.intellij.execution.impl.ExecutionManagerImpl#restartRunProfile, and then for NodeJS run...
Community
IntelliJ IDEA Open API and Plugin Development
strange problem running node run config with custom plugin installed
0 votes
Created
May 05, 2017 11:32
Unfortunately, there's no extension point for it now. It's checked in com.intellij.lang.javascript.frameworks.amd.JSAmdPsiUtil.isDefineCall.
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
Created
May 05, 2017 10:02
By convention, elements having names starting with underscore are considered private (unless they have @public tag in JSDoc) and we don't show them in completion. Can you please check if it works f...
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
Created
May 05, 2017 09:20
Hi. You shouldn't change resolve of 'aaaa', only make "./a.js" resolved to PsiFile. Also, please note that in your example Avariable should be returned. Does this help?
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
Created
March 27, 2017 10:07
Hi Abnerzheng. Yes, it was, it's 2017.1.
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
Created
February 28, 2017 07:00
We prefer not to resolve references to elements having different name, e.g. to keep rename working. I'd suggest to add GotoDeclarationHandler instead.
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
Created
February 28, 2017 05:10
References shouldn't be resolved to expressions, but to variables, definitions etc. You shouldn't change resolving of 'aaaa' in this case. As I said, hopefully in the new IDEA version containing my...
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
Created
February 28, 2017 05:05
No, the version I mentioned is not available now, it will be the next published EAP version, probably next week.
Community
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 votes
«
First
‹
Previous
Next
›
Last
»