Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Simon
Total activity
5
Last activity
September 02, 2024 08:32
Member since
August 24, 2024 21:03
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
September 02, 2024 08:32
Lukasz Lenart Unless I'm misunderstanding your problem, you can just have multiple <extension> elements:<extensions defaultExtensionNs="com.intellij"> ... </extensions> <extensions defaultExtensi...
Community
IntelliJ IDEA Open API and Plugin Development
Mixing different extension points in one plugin
0 votes
Created
August 30, 2024 12:48
Update: I've managed to get the language injection working by adding my Ruby expression token to the `ParserDefinition::getCommentTokens()` token set.While this has worked, it seems like a hack and...
Community
IntelliJ IDEA Open API and Plugin Development
Language plugin - adding support for multiple languages in one file
0 votes