Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexandr Evstigneev
Total activity
194
Last activity
March 26, 2024 09:34
Member since
January 30, 2017 15:27
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
84
Activity overview
Articles (0)
Posts (0)
Comments (109)
Sort by recent activity
Recent activity
Votes
Created
March 26, 2024 09:34
shell run configuration has nothing to do with ruby support directly. it is provided by some plugin, so it is unaware about anything configured in rubymine. It has no preselected sdk, and no any aw...
Community
RubyMine
RubyMine Permissions Error – Shell Script Configuration
0 votes
Created
June 16, 2023 02:27
First thing comes to mind is move endStmt out from the statement. It is not part of it, it's part of the markup. So it is like: program ::= statement (semicolon ? endStmt statement)*
Community
IntelliJ IDEA Open API and Plugin Development
GrammarKit - statement struggle with inline function
0 votes
Created
March 16, 2023 03:57
It would be nice to look at language grammar/spec first to decide a proper approach for implementing IDE support.
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Grammar Kit - indent based language
0 votes
Created
March 15, 2023 13:40
Could you please tell what language is this?
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Grammar Kit - indent based language
0 votes
Created
March 24, 2021 11:50
By having different plugin versions for different IDE releases. For one release API may be deprecated and removed in the next one. In real world it's complicated and depends on many different thing...
Community
IntelliJ IDEA Open API and Plugin Development
FormattingModelBuilder.createModel scheduled for removal
0 votes
Created
November 19, 2019 06:57
We can't support projects inside the wsl atm, because our IDE relies on file system events and P9 does not propagate those to the windows. And our IDE runs on Windows. You can try this and it may w...
Community
IntelliJ IDEA Users
Developing "in" Windows Subsystem for Linux
1 vote
Created
March 29, 2019 09:51
Plugin development documentation is not a full reference, unfortunately. It's more like jump start, giving you an architectural overview and examples for your first steps. Next step is search IDEA ...
Community
IntelliJ IDEA Open API and Plugin Development
Automatic code conversion on paste like "convert java code when paste it to .kt file"
0 votes
Created
March 29, 2019 09:14
Isn't com.intellij.codeInsight.editorActions.CopyPastePreProcessor is what you need?
Community
IntelliJ IDEA Open API and Plugin Development
Automatic code conversion on paste like "convert java code when paste it to .kt file"
0 votes
Created
March 29, 2019 09:11
Could you please describe what exactly you are trying to achieve?
Community
IntelliJ IDEA Open API and Plugin Development
Change txt in dialog box with own plugin
0 votes
Created
March 29, 2019 09:10
What javadoc says about GlobalInspectionTool? Inspections supposed to be run silently for the current editor or manually on some scope, e.g project files. What is your goal?
Community
IntelliJ IDEA Open API and Plugin Development
Apply code inspection to all files in project API
0 votes
Next
›
Last
»