Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andrey Starovoyt
Total activity
53
Last activity
January 12, 2024 14:27
Member since
February 17, 2015 13:11
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
25
Activity overview
Articles (0)
Posts (0)
Comments (28)
Sort by recent activity
Recent activity
Votes
Created
January 12, 2024 14:27
It is a bug in processing the infos in JavaScript code base. Please, follow the issue https://youtrack.jetbrains.com/issue/WEB-65045
Community
IntelliJ IDEA Open API and Plugin Development
HighlightInfoFilter cause NPE
0 votes
Created
January 12, 2024 13:04
Hello! Which IDE version do you use?
Community
IntelliJ IDEA Open API and Plugin Development
HighlightInfoFilter cause NPE
0 votes
Created
April 26, 2023 07:29
Hello. I believe detecting tsconfig is the best strategy, since files with extension "ts" can be in node_modules. Another solution could be check "typescript" dependency in package.json but it is a...
Community
IntelliJ IDEA Open API and Plugin Development
Detecting if project with typescript
0 votes
Created
July 12, 2022 10:26
Hi! 1. No, I meant to create an extension of HTML language. But I think the idea with template language is also valid. 2. No, see com.intellij.html.embedding.HtmlEmbedment
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight escaped symbols for injected language into xml attribute value
0 votes
Created
June 29, 2022 14:08
Hi! Looks like we don't have a direct way to control the escaper for XmlAttributeValueImpl I think there are two options here: Implement a new language and override the escaper for the attribute ...
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight escaped symbols for injected language into xml attribute value
0 votes
Created
November 22, 2021 15:49
Hi! Just a small clarification about TransparentInstruction: >Marker interface for instructions that can be replaced by direct connection between predecessors and successors. Actually, I think the ...
Community
IntelliJ IDEA Open API and Plugin Development
Documentation on com.intellij.codeInsight.controlflow.Instruction's implemented classes.
1 vote
Created
May 06, 2021 09:11
Hi! The method indexAccessTypeB.substituteCompletely() does the job. Unfortunately, WebStorm's type evaluator has a bug, and because of that, the "this" type in the interface cannot be handled prop...
Community
IntelliJ IDEA Open API and Plugin Development
TypescriptIndexedAccessJSType type substitution when pointing to generic
0 votes
Created
April 20, 2020 13:27
>It's been more than two years and this issue still exists. Could you please share some information about your project setup? The original issue was fixed in WS 2019.1 after implementing https:/...
Community
WebStorm
import module error with Vue 2.0 and typescript
2 votes
Created
November 06, 2019 12:27
Hi. Even if the user uses WebStorm they can disable the javascript plugin. So you need to specify the templates as an optional dependency (similar to withJavaModule and etc).
Community
IntelliJ IDEA Open API and Plugin Development
JSPostfixTemplateUtils in some casses missing in WebStorm
0 votes
Created
October 31, 2019 16:59
Hi. The problem is that the "class name" information cannot be fetch directly from the PSI tree because it requires resolution for variables. You can provide injection using some heuristics (e.g. i...
Community
IntelliJ IDEA Open API and Plugin Development
Typescript injection with specifying types
0 votes
Next
›
Last
»