Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Andrey Starovoyt
Total activity
50
Last activity
April 26, 2023 07:29
Member since
February 17, 2015 13:11
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
24
Activity overview
Articles (0)
Posts (0)
Comments (26)
Sort by recent activity
Recent activity
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
Created
August 23, 2019 17:09
Hi. The best way to solve the problem is to create a new inheritor of the HtmlLexer (and likely also HtmlHighlightingLexer) for your HTML-like language and override getScriptLanguage() method behav...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement language interleaving, e.g., markup inside JavaScript/CSS inside a script/style tag inside markup?
0 votes
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
Next
›
Last
»