Develop IntelliJ plugins with Scala and SBT
Stars
102
Forks
32
Watchers
102
Open Issues
22
Overall repository health assessment
No package.json found
This might not be a Node.js project
416
commits
232
commits
46
commits
24
commits
13
commits
13
commits
12
commits
5
commits
3
commits
2
commits
Also copy searchable options indices for v2 modules #SCL-25004 fixed
85e74c2View on GitHub[tests] extract common logic to SbtIdeaPluginIntegrationTestBase and don't clean cached SDK by default
fe4ed88View on GitHub[run configurations] differentiate between run/test customIntellijVMOptions in generated junit run configuration template
4304c8bView on GitHub[tests] add debug agent VM option to sbt process in tests
b684183View on GitHubmute deprecation warning in editor as workaround for SCL-25104
285deddView on GitHubdisable "Deprecation" inspection as it effectively duplicates another Scala-specific inspection 'Scala deprecation' in Scala files (see SCL-21525)
c7d868aView on GitHubDocument packaging vs structure PackagingMethod split in ScalaDoc
a7333ecView on GitHubFix MergeIntoParent warning heuristics and document fallback
e48f7f5View on GitHubdowngrade plugin dependency "duplicates" from warning to debug level to reduce noise
159a2d0View on GitHubInstall unbundled plugin dependencies into dev IDE #SCL-23786 fixed
960f613View on GitHub[vm options] use $IDE_HOME on linux instead of $IDE_HOME% in ProductInfoExtraDataProvider
e0adcebView on GitHub[vm options] filter out the -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader option from the test VM option
d335dadView on GitHubuse separate system and config directories while building searchable index
28aaeadView on GitHub[run configurations] remove a redundant "Build" step before launch, just leave the "Build Artifacts" step
2c00477View on GitHub[vm options] refactor the way how VM options are constructed for the IDE process (for dev IDEA and tests) (#SCL-24313, #SCL-23540) fixed
e96cc2fView on GitHub