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 votes
Recent activity
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 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
July 12, 2019 13:38
Actually yes, I think the reference searcher implementation is the best solution in this case.
Community
IntelliJ IDEA Open API and Plugin Development
Link ES6 Import to XML Tag to make it used
1 vote
Created
April 09, 2019 17:11
Hi. There is JSCallerMethodsTreeStructure in JavaScript with similar API
Community
IntelliJ IDEA Open API and Plugin Development
Call Hierarchy for TypeScript
1 vote
Created
March 05, 2018 14:39
Hi. >The code-path for "downloadTypesLibrary" is littered with invokeLater(...) and the like Yes, this code is started on a pooled thread (executeOnPooledThread) and after completion calls invokeL...
Community
IntelliJ IDEA Open API and Plugin Development
Running tests depending on TypeScriptStubs
1 vote
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
Next
›
Last
»