Arina Efremova
- 活动总数 2731
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 5 名用户
- 投票数 104
- 订阅数 980
-
创建于 How do you classify/tag plugins that install new project wizard or templates, so that they can be found via '/tag:' in in-IDE Plugins search?
已回答These keywords don't seem to work: wizard, template, project, starter -
创建于 Callback URL
已回答I'm developing a plugin for jetbrains and I need a way to redirect back to the text editor (I'm testing on intelliJ). Is it possible to achieve this without an external server? What would the callb... -
已编辑于 Unresolved reference when running gradle:runIde
已回答Hello friends,I'm attempting to create an IDE plugin to no avail. The documentation was of no help, and googling IntelliJ plugin development issues brings up results from 2004.- I've created the gi... -
创建于 Is there an easier way to make a Commenter without having to create a Parser/PSI?
已回答I'm trying to develop a language plugin with the new LSP API but having to create the grammar just to be able to comment kinda defeats the purpose. -
创建于 What is the suggested pattern for implementing a plugin that runs an external command that generates inspections?
已回答I have seen several plugins that run an external command (pylint/mypy/ruff etc) to generate inspections in the editor. All of these plugins have struggled with asyncronously running the command an... -
创建于 Dynamic class definition
已回答Hi team,we are developing an application framework, where the business objects are defined in every project dynamically. The business object definition is saved in the database, but could also be e... -
创建于 KtStringTemplateExpression: Class Not Found
已回答I'm a plugin developer, I added kotlin plugin dependency in build.gradle (intellij { plugins.set("kotlin") }). Everything is ok inside development environment, the KtStringTemplateExpression is kno... -
已编辑于 Kotlin UI DSL Components - marked unstable with @ApiStatus.Experimental & issues with combo box
已回答Hello, I am trying to work with the Kotlin UI DSL Components and using the example source code in the UI DSL Showcase. When I use the exact syntax shown I get a warning message that states: 'panel... -
已编辑于 Plugin with 2 Custom Language Supports
已回答Baseline: We wrote an Intellij Plugin with Custom Language Support, using file-extension ".asd". Using gradle as build tool, adding a "generateLexer" and "generateParser" task: Task: Extend the pl... -
创建于 How can my plugin change debugger configuration when I click the 'debug' button in IDEA?
已回答My plugin wants to change VM paramater in debugger configuration when I click the 'debug' button. I used DebuggerManagerListener.sessionCreated(DebuggerSession session) to change debugger configura...