Build 2021.1.11
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.1.10
Download Scala plugin for IDEA
Expand |
---|
| 18 Fixed issues |
---|
| 18 Fixed issues |
---|
|
- SCL-18515 Cannot resolve symbol (symbol is legitimate implicit method)
- IDEA-255643 Freeze in UAST: Uast should not be used as dataHolder
- SCL-18674 "Rerun failed test" feature doesn't work on scala Spec2
- SCL-18283 Bad code green - class takes no type parameters
- SCL-15855 IDE doesn't highlight type parameter bound violations
- SCL-10574 Bug in collection inspection
- SCL-18661 Test Unloading
- SCL-18698 -source / -target javacOptions from root sbt project shouldn't affect sub-projects during compilation
- SCL-18677 Enable postfix operator notation compiler option issues
- SCL-17415 IntelliJ plugin template project for Scala
- SCL-18613 Make redundant conversion / cast inspections consistent
- SCL-16204 Support java12 --enable-preview
- SCL-18633 freeze in compilerReferences.DirtyScopeHolder vfs listener
- SCL-18605 Make too many/too few type arguments look like for normal arguments
- SCL-18641 IDEA marks Scala code as Unused expression without side effects when not needed.
- SCL-16806 Compilation errors not being shown for Type Variables
- SCL-18360 Improve type parameter/higher kind types highlighting
- SCL-9841 Collection inspection: convert map.find(_ == k).map(_._2) to map(k)
|
Build 2020.3.20
Download Scala plugin for IDEA
Expand |
---|
| 3 Fixed issues |
---|
| 3 Fixed issues |
---|
|
- SCL-18515 Cannot resolve symbol (symbol is legitimate implicit method)
- SCL-18572 String OR null is inferred to "Any" type which leads to red code
- SCL-18641 IDEA marks Scala code as Unused expression without side effects when not needed.
|
Build 2020.3.19
Download Scala plugin for IDEA
Expand |
---|
| 3 Fixed issues |
---|
| 3 Fixed issues |
---|
|
- SCL-18549 Remote debug completely broken in 2020.3 (Scala project)
- IDEA-255643 Freeze in UAST: Uast should not be used as dataHolder
- SCL-18507 Dotty minimal project is generated incorrectly on linux
|
Build 2021.1.7
Download Scala plugin for IDEA
Expand |
---|
| 29 Fixed issues |
---|
| 29 Fixed issues |
---|
|
- SCL-17954 ScalaTest highlighting regression
- SCL-18568 Interpret raw-interpolated strings correctly
- SCL-18665 Newly created sbt project not recognized as scala one
- SCL-5807 Wrong result of "Malformed format string" inspection when '%%' is used
- SCL-18475 escaped characters in string interpolation + multiline are not highlighted
- SCL-17802 Compilation Charts
- SCL-18567 Language injection in raw string interpolator
- SCL-18650 shorten command line option from template is not applied to test run from editor
- SCL-18474 Automatically restart (or just stop) Compile Server when VM options changed
- SCL-18584 "convert to formatted string" handles percent char `%` incorrectly
- SCL-5386 wrong conversion of formatted string to interpolated string
- SCL-18586 "convert to string concatenation" produces wrong result for string with integer arithmetic injection
- SCL-18640 parsing of expressions after error "; or new line expected" is inconsistent in different contexts
- SCL-5383 spurious warning for malformed format string with %n
- SCL-18645 Scala 3: don't parse block as argument expression if there is a new line before `{`
- SCL-18583 convert raw string to other string types should escape backslash
- SCL-18589 Functions That Take Functions as Input Parameters
- SCL-18587 "convert to string concatenation" generates redundant operands for `%` char
- SCL-18585 inspection: malformed format string is broken for Scala 2.13
- SCL-18608 "convert to string concatenation" produces expression with a wrong type when string doesn't have any text parts and only contains injections
- SCL-18525 Invalid error highlighting on method handle
- SCL-5275 Legacy string formatting inspection escapes slash '/'
- SCL-17779 Internal inspection: convert `isInstanceOf` / `match` with a typed pattern to an `is` call
- SCL-14987 comment inside curly braced lambda shifts next line to the left
- SCL-18615 convert string with escaped backslash + Unicode without backslash to a multiline string breaks string content
- SCL-18617 convert interpolated string to some other string escapes escape sequence twice
- SCL-17122 convert from string concatenation in complex example doesn't work
- SCL-16500 Automatic conversion to triple quote string introduces extraneous quotes in presence of a \u escape
- SCL-17508 `var` can be `val` should detect that `+=` is an actual method call
|
Build 2021.1.5
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.1.3
Download Scala plugin for IDEA
Expand |
---|
| 6 Fixed issues |
---|
| 6 Fixed issues |
---|
|
- SCL-18572 String OR null is inferred to "Any" type which leads to red code
- SCL-18534 scalac: bad option: -P:semanticdb:sourceroot: in case of an aggregated project
- SCL-17519 Pass -P:semanticdb:sourceroot:$PROJECTDIR to the compiler if semanticdb-scalac is enabled
- SCL-17407 Support Scala 3's "quiet" control syntax
- SCL-18333 wrong braces insertion on `val` typing
- SCL-16169 Support changed syntax of wildcard arguments in types
|
Build 2020.3.18
Download Scala plugin for IDEA
Expand |
---|
| 8 Fixed issues |
---|
| 8 Fixed issues |
---|
|
- SCL-17802 Compilation Charts
- SCL-18498 parser fails to parse annotation ascription before some definition
- SCL-18512 compile charts: changing "compile independent modules in parrallel" doesn't apply to the server
- SCL-18347 "end" identifier is completed with backticks
- SCL-18523 Consider changing the term "Make project before run" to "Build project before run" in the Worksheet Settings dialog
- SCL-18429 Wrong highlighting in the lambda
- SCL-18217 Enable postfix operator notations intention doesn't work for the first time you enable it
- SCL-18507 Dotty minimal project is generated incorrectly on linux
|
Build 2021.1.2
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2020.3.17
Download Scala plugin for IDEA
Expand |
---|
| 2 Fixed issues |
---|
| 2 Fixed issues |
---|
|
- SCL-17802 Compilation Charts
- SCL-18502 Good project all red - invisible definitions in a package object inheriting from a trait which inherits from another trait
|
Build 2020.3.16
Download Scala plugin for IDEA
Expand |
---|
| 4 Fixed issues |
---|
| 4 Fixed issues |
---|
|
- SCL-18321 Extracting structure failed when importing project via sbt shell
- SCL-17978 Optimize Imports: an option to use "relative imports" relative to "base package"
- SCL-18448 Import layout scheme doesn't persist between IDEA restarts
- SCL-18502 Good project all red - invisible definitions in a package object inheriting from a trait which inherits from another trait
|
Build 2020.3.15
Download Scala plugin for IDEA
Expand |
---|
| 28 Fixed issues |
---|
| 28 Fixed issues |
---|
|
- SCL-18196 support new naming scheme for dotty/scala3 artifacts
- SCL-7878 Incorrect lexing: "???//" is considered as operator
- SCL-17430 Support @main annotation
- SCL-18193 Illegal reflective access by com.intellij.util.ReflectionUtil to method java.util.ResourceBundle.setParent(java.util.ResourceBundle)
- SCL-17721 Parser can't handle empty line after for condition
- SCL-18420 intermittent unresolved references for extension methods
- SCL-18397 Use com.intellij.compiler.server.BuildManager#getBuildSystemDirectory instead of hardcoded $HOME/.idea-build
- SCL-18221 scala 3 files with top level definitions shouldn't be treated as scala-script files
- SCL-17407 Support Scala 3's "quiet" control syntax
- SCL-18388 package prefix - impossible to reach more info link in the hint
- SCL-18050 intention to create scaladoc comments
- SCL-18172 Good code red: Type mismatch
- SCL-18404 In Scala 3: Parse multiple refinements per compound type
- SCL-18406 Scala 3: Parse derives clause
- SCL-17976 Support package prefixes
- SCL-18402 NPE at MillProjectImportProvider when opening external file in sbt project
- SCL-17978 Optimize Imports: an option to use "relative imports" relative to "base package"
- SCL-18445 JUnit RC is offered when right clicking on MUnit test in project view
- SCL-16169 Support changed syntax of wildcard arguments in types
- SCL-18446 Reader mode toggle button disappears in presence of Scala plugin
- SCL-17714 Exclude from completion/auto-import settings is not applied
- SCL-18432 Scala version in REPL do not Match Scala Version in SBT and default to a fixed version ?
- SCL-14460 trait parameters support
- SCL-18403 In Scala 3: Parse repeated named parameters
- SCL-18478 compiler charts: ui flickers in different places during resize
- SCL-18333 wrong braces insertion on `val` typing
- SCL-18418 update tasty reader for dotty/scala 3.0.0-M1
- SCL-18088 Fix WorksheetReplIntegrationTest
|
Build 2020.3.14
Download Scala plugin for IDEA
Expand |
---|
| 19 Fixed issues |
---|
| 19 Fixed issues |
---|
|
- SCL-18196 support new naming scheme for dotty/scala3 artifacts
- SCL-18115 Scala Compile server warning in a non-Scala project
- SCL-18193 Illegal reflective access by com.intellij.util.ReflectionUtil to method java.util.ResourceBundle.setParent(java.util.ResourceBundle)
- SCL-17721 Parser can't handle empty line after for condition
- SCL-18191 Strange phantom inferred type annotation
- SCL-18397 Use com.intellij.compiler.server.BuildManager#getBuildSystemDirectory instead of hardcoded $HOME/.idea-build
- SCL-14460 trait parameters support
- SCL-18402 NPE at MillProjectImportProvider when opening external file in sbt project
- SCL-17978 Optimize Imports: an option to use "relative imports" relative to "base package"
- SCL-17943 Improve scripts for updating dotty version
- SCL-17407 Support Scala 3's "quiet" control syntax
- SCL-18418 update tasty reader for dotty/scala 3.0.0-M1
- SCL-18279 reference in extends list isn't highlighted
- SCL-18183 Type alias signature are not compared correctly
- SCL-18169 Wrong error highlight: Required AliasForString, found String when using .type - though code compiles
- SCL-17714 Exclude from completion/auto-import settings is not applied
- SCL-18050 intention to create scaladoc comments
- SCL-18172 Good code red: Type mismatch
- SCL-17955 Remove AutoBrace advertiser
|
Build 2020.3.12
Download Scala plugin for IDEA
Expand |
---|
| 5 Fixed issues |
---|
| 5 Fixed issues |
---|
|
- SCL-18363 Tests run over 40 seconds each, targeting 2020.3 branch
- SCL-17977 Support base packages
- SCL-17978 Optimize Imports: an option to use "relative imports" relative to "base package"
- SCL-18371 least upper bound for compound types may be very slow in case of deep class hierarchies
- SCL-18067 Akka orElse return type PartialFunction is not recognized as Receive when 2 or more orElse used
|
Build 2020.3.9
Download Scala plugin for IDEA
Expand |
---|
| 17 Fixed issues |
---|
| 17 Fixed issues |
---|
|
- SCL-18302 Regression in 2020.3 EAP for incremental compilation with `Incrementality Type: Zinc`: Changing the super-classes of a class does not cause recompilation of users, results in `NoSuchMethodError` at runtime
- SCL-17360 MUnit support
- SCL-17971 error highlighting works very slow in on unknown identifiers with special names `parent`, `children`, `name`
- SCL-18225 BSP setup: java.lang.IndexOutOfBoundsException
- SCL-11662 Specs2 with Use sbt option appears to always run all tests
- SCL-17977 Support base packages
- SCL-13002 Can't launch Specs2 tests in configuration: all_tests_in_package|RegEx + use_sbt
- SCL-18280 editor highlights random piece of code when placing caret at AnyFunSuite reference
- SCL-18319 some references are not resolved in library sources or worksheets
- SCL-18308 Don't insert pair brace inside interpolated string literal when Smart Keys | Insert paired brackets is off
- SCL-10316 Test results show "pending" tests as literally "pending", as if still running.
- SCL-17976 Support package prefixes
- SCL-15288 highlight unresolved references in scaladoc as a warning
- SCL-18333 wrong braces insertion on `val` typing
- SCL-18317 Internal: Refactor collections and extensions
- SCL-18366 Red code with cats.effect.Resource
- SCL-18041 Autobraces remove outer block
|
Build 2020.2.49
Download Scala plugin for IDEA
Expand |
---|
| 4 Fixed issues |
---|
| 4 Fixed issues |
---|
|
- SCL-17971 error highlighting works very slow in on unknown identifiers with special names `parent`, `children`, `name`
- SCL-18225 BSP setup: java.lang.IndexOutOfBoundsException
- SCL-17800 Trailing comma "auto" setting does not work as expected
- SCL-18261 Optimize Imports on scala code freezes Intellij
|
Build 2020.2.44
Download Scala plugin for IDEA
Expand |
---|
| 6 Fixed issues |
---|
| 6 Fixed issues |
---|
|
- SCL-18157 sbt shell not started: Error downloading org.jetbrains:sbt-idea-compiler-indices
- SCL-18199 Some project can not be run: java.lang.ClassNotFoundException: scala.collection.generic.DefaultSerializationProxy
- SCL-11662 Specs2 with Use sbt option appears to always run all tests
- SCL-13002 Can't launch Specs2 tests in configuration: all_tests_in_package|RegEx + use_sbt
- SCL-18139 BSP / Bloop - Build Project fails after successful Sync (java.lang.Throwable - project roots have changed)
- SCL-18147 indentation is not adjusted when typing after enter press inside parameters / arguments
|
Build 2020.3.8
Download Scala plugin for IDEA
Expand |
---|
| 14 Fixed issues |
---|
| 14 Fixed issues |
---|
|
- SCL-17958 2020.2 regression - "open class" and "open file" cannot find files
- SCL-18156 main class not found for new sbt project
- SCL-17971 error highlighting works very slow in on unknown identifiers with special names `parent`, `children`, `name`
- SCL-18225 BSP setup: java.lang.IndexOutOfBoundsException
- SCL-17800 Trailing comma "auto" setting does not work as expected
- SCL-18261 Optimize Imports on scala code freezes Intellij
- SCL-18276 Intellij use a lot of CPU, after some time doesn't respond Scala
- SCL-18274 Plugin is not considered unloaded because of unresolved extension point
- SCL-18310 Entity source of content root entity and it's module entity differs when creating simple scala sbt project
- SCL-18252 Improve fruitless-type-check for sealed class/traits in pattern matching
- SCL-18194 Cannot create CompilerIndicesConfigurable thrown when opening settings from new welcome screen
- SCL-18209 When I Remove Redundant Conversion, it will also remove the comma just after it
- SCL-18230 Incorrect inspection warning in Scala
- SCL-18231 Highlighting error with ranges
|
Build 2020.3.6
Download Scala plugin for IDEA
Expand |
---|
| 4 Fixed issues |
---|
| 4 Fixed issues |
---|
|
- SCL-17740 Compile Server: a setting to configure max. number of threads
- SCL-17943 Improve scripts for updating dotty version
- SCL-15830 Speed up project highlighting tests
- SCL-18248 Exception in scala-plugin 2020.3.5
|
Build 2020.3.5
Download Scala plugin for IDEA
Expand |
---|
| 7 Fixed issues |
---|
| 7 Fixed issues |
---|
|
- SCL-18199 Some project can not be run: java.lang.ClassNotFoundException: scala.collection.generic.DefaultSerializationProxy
- SCL-16162 Support Extension Methods
- SCL-18210 false positive "Redundant collection conversion" on a string
- SCL-18159 Play2\lightbend project: Error adding module to project: PersistentId already exists: ModuleId(name=untitled4) appears when creating play project from template
- SCL-18139 BSP / Bloop - Build Project fails after successful Sync (java.lang.Throwable - project roots have changed)
- SCL-18211 property key for ScalaInvalidPropertyKeyInspection is not found
- SCL-18205 TASTy: index .tasy files in libraries
|
Build 2020.3.1
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2020.1.41
Download Scala plugin for IDEA
Expand |
---|
| 2 Fixed issues |
---|
| 2 Fixed issues |
---|
|
|
Build 2020.1.39
Download Scala plugin for IDEA
Expand |
---|
| 1 Fixed issues |
---|
| 1 Fixed issues |
---|
|
- SCL-17673 make ScalaConsoleRunConfiguration non final
|
Build 2020.2.12
Download Scala plugin for IDEA
Expand |
---|
| 5 Fixed issues |
---|
| 5 Fixed issues |
---|
|
- SCL-17673 make ScalaConsoleRunConfiguration non final
- SCL-17672 support NlsContexts annotations in "ExtractToBundle" inspections
- SCL-17688 Completion for companion class is not wysiwyg
- SCL-17671 wrappers of class parameters should have access modifier
- SCL-17674 import from companion object suggests irrelevant items
|
...