...
Download individual Nightly releases
Build 2021.2.443
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.2.442
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.2.441
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.2.440
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.2.436
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.2.400
Download Scala plugin for IDEA
Expand |
---|
| 7 Fixed issues |
---|
| 7 Fixed issues |
---|
|
- SCL-19167 Optimize imports in twirl template removes @-character from import declaration
- SCL-17436 Introduce integration with package search plugin
- SCL-19257 'sbt with bloop' import does not include the `scala-library` in the classpath, failing to import
- SCL-19230 BSP import should trigger workspace/reload BSP request
- SCL-19237 Auto import both internal package and external libraries class
- SCL-19297 parameters of given aliases are not resolved in body
- SCL-19259 Support stdLibPatches
|
Build 2021.2.393
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.1.386
Download Scala plugin for IDEA
Expand |
---|
| 1 Fixed issues |
---|
| 1 Fixed issues |
---|
|
- SCL-19255 Complete freeze following any editor action makes IDE unusable
|
Build 2021.2.392
Download Scala plugin for IDEA
Expand |
---|
| 1 Fixed issues |
---|
| 1 Fixed issues |
---|
|
- SCL-19255 Complete freeze following any editor action makes IDE unusable
|
Build 2021.2.388
Download Scala plugin for IDEA
Expand |
---|
| 7 Fixed issues |
---|
| 7 Fixed issues |
---|
|
- SCL-18693 False Unknown artifact inspection message
- SCL-19202 Project from Existing Source: "enable debugging" UI element is not shown while hint icon is show
- SCL-19249 Slow operations are prohibited on EDT (in formatting?)
- SCL-18966 scala3: enum cases are marked as "Class must either be declared abstract or implement abstract member 'canEqual(that: Any): Boolean'
- SCL-18982 Fix InsertGapIntoStringIntention
- SCL-7955 Implicit parameter is not picked up
- SCL-19135 Enum case must implement `ordinal`
|
Build 2021.2.386
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.2.385
Download Scala plugin for IDEA
Expand |
---|
| 12 Fixed issues |
---|
| 12 Fixed issues |
---|
|
- SCL-18726 Scala REPL fails with "Error: Could not find or load main class scala.tools.nsc.MainGenericRunner"
- SCL-18931 trailing commas are always highlighted as errors for `*.scala` files inside `project/` folder (sbt)
- SCL-15774 Scala console: evaluate text on Enter
- SCL-18775 Inspection for not registered actions for Scala
- SCL-19215 Scala plugin not working after updating to 2021.1.1
- SCL-8101 "Type mismatch Can't assign object value to primitive" when using evaluate expression on methods that use Value classes
- SCL-19237 Auto import both internal package and external libraries class
- SCL-19185 Error running scala REPL: No scala facet configured for module (in some case)
- SCL-19208 UpToDateStubIndexMismatch: PSI and index do not match. after reimporting scala 3 as scala 2 project
- SCL-19252 Add derevo library
- SCL-19246 Text cut at the bottom in Scala REPL on `Shift + Enter`
- SCL-16655 Scala REPL: entered text flickers after pressing Enter
|
Build 2021.2.383
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.2.380
Download Scala plugin for IDEA
Expand |
---|
| 1 Fixed issues |
---|
| 1 Fixed issues |
---|
|
- SCL-19132 Scala sbt shell is not linking errors to source
|
Build 2021.2.376
Download Scala plugin for IDEA
Expand |
---|
| 2 Fixed issues |
---|
| 2 Fixed issues |
---|
|
- SCL-19219 create new System Scala SDK adds jars from different sdk versions
- SCL-19210 Multiple `scala3-library*.jar' files in Scala-compiler classpath thrown when compiling scala 3 project (after changing sdk in project structure)
|
Build 2021.2.358
Download Scala plugin for IDEA
Expand |
---|
| 5 Fixed issues |
---|
| 5 Fixed issues |
---|
|
- SCL-19028 Redundant braces in case clause inspection: highlight both braces, as unused
- SCL-19217 IndexOutOfBoundsException in SbtDependencyVersionInspection
- SCL-18851 Annotate empty character literals properly
- SCL-19219 create new System Scala SDK adds jars from different sdk versions
- SCL-19210 Multiple `scala3-library*.jar' files in Scala-compiler classpath thrown when compiling scala 3 project (after changing sdk in project structure)
|
Build 2021.2.333
Download Scala plugin for IDEA
Expand |
---|
| 29 Fixed issues |
---|
| 29 Fixed issues |
---|
|
- SCL-13283 Lightbend Project Starter: sbt initialized incorrectly
- SCL-19195 Java sources in Scala 3 SBT Project highlighted as Scala Files
- SCL-19202 Project from Existing Source: "enable debugging" UI element is not shown while hint icon is show
- SCL-19147 New 'Replace with *' refactoring for -Xsource:3 users makes broken code
- SCL-19184 NPE for org.jetbrains.plugins.scala.packagesearch.SbtProjectModuleOperationProvider.hasSupportFor
- SCL-18851 Annotate empty character literals properly
- SCL-19079 TypeParameterShadow inspection, VariablePatternShadow - quickfix not working
- SCL-19204 IntelliJ suggests a redundant `case` in for-comprehension under `-Xsource:3`
- SCL-19076 ReverseIterator inspection not invoked
- SCL-19071 FunctionTupleSyntacticSugar - severity change not applied
- SCL-19074 HeadOrLastOption issue
- SCL-19057 ComparingDiffCollectionKinds: toIterator is deprecated in 2.13
- SCL-19142 Don't show auto-import for incomplete soft keywords (where they are applicable)
- SCL-19038 Collection inspection: reverse.find -> findLast
- SCL-18981 Improve ConvertImplicitBoundsToImplicitParameter
- SCL-19181 extends keyword is not suggested in completion list after `class A ext` with some code after it
- SCL-19187 import sbt projects automatically if there is `.idea` but no existing project model
- SCL-19186 Incomplete `if` parsing: multiple highlighting errors
- SCL-19080 VariablePatternShadow inspection - severity change not applied
- SCL-19081 ZipWithIndex inspection not invoked
- SCL-19130 Integrate Package Search APIs to search for dependencies directly from editor
- SCL-19045 Inspections - some checkbox options can not be unchecked
- SCL-19199 Add Inspection and Quickfix for Updating Library Dependency to Newer Stable Version
- SCL-19174 Detect usages of incomplete `if` properly
- SCL-19196 Scala : IDEA incorrectly warns "Declaration is never used" on private setter method which leverages _= syntactic sugar
- SCL-19166 SingleImportInspection should not show if there are no braces
- SCL-19192 can't create project with dash '-' in name in "Lightbend Project Starter"
- SCL-19193 false positive of "unnecessary apply" when calling with only implicit argument list
- SCL-19069 ScalaUnnecessarySemicolon not triggered super edge case
|
Build 2021.2.293
Download Scala plugin for IDEA
Expand |
---|
| 1 Fixed issues |
---|
| 1 Fixed issues |
---|
|
- SCL-19147 New 'Replace with *' refactoring for -Xsource:3 users makes broken code
|
Build 2021.2.283
Download Scala plugin for IDEA
Expand |
---|
| 8 Fixed issues |
---|
| 8 Fixed issues |
---|
|
- SCL-19022 No "extends" keyword autocompletion in Scala 3 code
- SCL-19125 scala 3 sdk is not found among the scala sdks after downloading (or even not downloaded)
- SCL-17273 An ability to create Scala 3 SDKs automatically
- SCL-19147 New 'Replace with *' refactoring for -Xsource:3 users makes broken code
- SCL-19164 theme is not applied to the "select scala sdk" dialog title bar
- SCL-19161 Scala SDK version selection dialog: hard too see that there are Scala3 versions in the dropdown list
- SCL-19130 Integrate Package Search APIs to search for dependencies directly from editor
- SCL-17018 "No Scala (version) in the Ivy repository" exception thrown when cancelling scala download via Ivy
|
Build 2021.2.261
Download Scala plugin for IDEA
Expand |
---|
| 1 Fixed issues |
---|
| 1 Fixed issues |
---|
|
- SCL-19130 Integrate Package Search APIs to search for dependencies directly from editor
|
Build 2021.2.259
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.2.255
Download Scala plugin for IDEA
Expand |
---|
| 4 Fixed issues |
---|
| 4 Fixed issues |
---|
|
- SCL-13853 Auto-import of missing implicit arguments / conversions
- SCL-19124 Autocompletion doesn't work for typeclasses with 2+ parameters
- SCL-18643 debugger: value hints are not shown at usage place like in java
- SCL-19062 support evaluation of top level methods
|
Build 2021.2.236
Download Scala plugin for IDEA
Expand |
---|
| 1 Fixed issues |
---|
| 1 Fixed issues |
---|
|
- SCL-18984 ConvertToCurlyBracesIntention: offer intention when cursor is after parenthesis
|
Build 2021.2.219
Download Scala plugin for IDEA
Expand |
---|
| 3 Fixed issues |
---|
| 3 Fixed issues |
---|
|
- SCL-18468 Download Scala SDK: incorrect windows size
- SCL-17273 An ability to create Scala 3 SDKs automatically
- SCL-18841 merge dotty and scala in new project wizard
|
Build 2021.2.199
Download Scala plugin for IDEA
Expand |
---|
| 2 Fixed issues |
---|
| 2 Fixed issues |
---|
|
- SCL-19065 worksheet compiler errors are not reported in the Build tool window with Scala 2.12.13
- SCL-19068 Scala 3 SDK is not recognized in Maven project
|
Build 2021.2.187
Download Scala plugin for IDEA
Expand |
---|
| 70 Fixed issues |
---|
| 70 Fixed issues |
---|
|
- SCL-18806 Build fails with JDK-16 RC2 (InaccessibleObjectException)
- SCL-18193 Illegal reflective access by com.intellij.util.ReflectionUtil to method java.util.ResourceBundle.setParent(java.util.ResourceBundle)
- SCL-18722 PropertyMapping annotation specifies 4 parameters, but constructor of org.jetbrains.sbt.project.data.SbtProjectData accepts 3
- SCL-15854 IDE doesn't provide a code completion suggestion for the 'extends' keyword while I'm trying to create a class inside a local scope (method)
- SCL-18685 Scala Plugin saves file on every keystroke
- SCL-16345 Errors at scalafmt download attempt after changing to it in settings
- SCL-16431 Unapplied method should not have function type
- SCL-9650 Incorrect indent after newline in definitions
- SCL-17835 Folding: always show "..." on the same line
- SCL-18785 sbt 1.4.8 missing from new project dropdown
- SCL-15725 Redundant val / var binding: offer a quick fix to remove the binding only
- SCL-18947 update Play2 project template to use sbt 1.x
- SCL-18865 code style settings are unusable with small settings window height
- SCL-18827 Type presentation: use type aliases where appropriate (at least for scala.Seq)
- SCL-18969 "java.lang.NoClassDefFoundError: scala/collection/compat/immutable/LazyList$"
- SCL-18373 Expose compiler error highlighting option for BSP
- SCL-18671 Scala artifacts migration from Bintray to Maven Central
- SCL-17841 Unused expression inspection: support references
- SCL-18532 stackoverflow on Typers.scala in scala/scala project
- SCL-19004 Infinite freeze when typing scala type, have to Force-Quit
- SCL-17834 Folding: allow to fold val and val, not just def
- SCL-18955 bad "unused import statement" in inner scopes after code editing
- SCL-18830 scala 3 parser: soft keywords are not parsed when defined as a first element of indentation block
- SCL-18857 Use new typearg annotations also for functions calls
- SCL-18977 scala3 indentation based syntax: Enter & Backspace handling
- SCL-18852 Can't run tests in IDEA because of Scala Plugin
- SCL-18970 Remove all early initializes from our code base
- SCL-18769 scala3 parser: if-then-else parsed wrongly with intended then keyword
- SCL-18931 trailing commas are always highlighted as errors for `*.scala` files inside `project/` folder (sbt)
- SCL-18915 Parser errors in .tasty files
- SCL-18913 scala3: do not add `()` after completion, if method has only `using` parameters
- SCL-18766 IntelliJ 2020.3.2 scalac: Error: org.jetbrains.jps.incremental.scala.remote.ServerException
- SCL-18985 ConvertToTypedPatternIntention: Doesn't work for generic types
- SCL-17818 inspections: support @deprecatedOverriding, @deprecatedInheritance, @deprecatedName annotations
- SCL-18986 ComparingLengthIntention: use new sizeIs syntax
- SCL-18600 Scala plugin doesn't honor `@unused` annotations
- SCL-18801 Unable to open java file in LightEdit mode, UnsupportedOperationException occurs
- SCL-17810 Don't add an extra indent at the next line after `case ... => exp`
- SCL-18989 ExpandPatternIntention: Not able to invoke
- SCL-17130 Canonize infix call fails in case of 2 operators
- SCL-18980 AdjustTypesIntention is to hard to invoke
- SCL-18499 Warn when a boxed java type is passed as argument to Option
- SCL-19058 AppliedTypeLambdaCanBeSimplified: Does not work without kind projector
- SCL-19017 formatting uses wrong indentation for interpolated string margin char after changing interpolator
- SCL-18987 AddStripMarginToMLStringIntention cannot be invoked on strings with actual margin
- SCL-18881 update sample project to Scala 3.0.0-RC2
- SCL-18880 support debugging of @main methods
- SCL-18909 inconsistent code folding for definitions with `=` (def, var, val, this)
- SCL-18889 main method body in scala 3 example is folded
- SCL-18676 Extra parenthesis showing up in intellij for Scala code
- SCL-18809 scala3: handle `-no-indent` compiler option
- SCL-18965 scala3 code highlighting level is set to "Syntax" by default if compiler-based highlighting is disabled
- SCL-18905 Auto-application to `()` is deprecated, but Inspection "java accessor method called as empty-paren"
- SCL-18906 folding: do not hide package name when folding the package
- SCL-17828 support foldings for braceless blocks in Scala 3 syntax
- SCL-18826 convert multiline raw string to "string" doesn't work
- SCL-18802 Good code red: Tuple2 highlighted errors in match case
- SCL-16204 Support java12 --enable-preview
- SCL-18490 Support debugging of top level methods
- SCL-18862 Don't highlight incomplete if-then-else as type mismatch
- SCL-19063 delete ConcealedApplyCall inspection
- SCL-18795 Activities registered via registerPostStartupActivity must be dumb-aware
- SCL-18791 @deprecatedName only works with symbol not with string
- SCL-16288 Better search and sort ordering needed for "Class to import" dropdown
- SCL-18698 -source / -target javacOptions from root sbt project shouldn't affect sub-projects during compilation
- SCL-17909 Dotty: Formatting of class with braceless block with end is broken
- SCL-18892 scala3 folding should include `end` marker
- SCL-18996 "Comparing unrelated types" when comparing two `newtypes` from zio-prelude
- SCL-18951 editor: can't manually type spaces after incomplete infix operator
- SCL-16052 disable scala annotator in injected language fragments
|
Build 2021.1.384
Download Scala plugin for IDEA
Expand |
---|
| 3 Fixed issues |
---|
| 3 Fixed issues |
---|
|
- SCL-17835 Folding: always show "..." on the same line
- SCL-18809 scala3: handle `-no-indent` compiler option
- SCL-19017 formatting uses wrong indentation for interpolated string margin char after changing interpolator
|
Build 2021.1.381
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.1.379
Download Scala plugin for IDEA
Expand |
---|
| 1 Fixed issues |
---|
| 1 Fixed issues |
---|
|
- SCL-19006 Editor freeze on Scala files after right click (context menu)
|
Build 2021.1.378
Download Scala plugin for IDEA
Expand |
---|
| 5 Fixed issues |
---|
| 5 Fixed issues |
---|
|
- SCL-16345 Errors at scalafmt download attempt after changing to it in settings
- SCL-19004 Infinite freeze when typing scala type, have to Force-Quit
- SCL-18865 code style settings are unusable with small settings window height
- SCL-18977 scala3 indentation based syntax: Enter & Backspace handling
- SCL-18661 Test Unloading
|
Build 2021.2.132
Download Scala plugin for IDEA
Expand |
---|
| 47 Fixed issues |
---|
| 47 Fixed issues |
---|
|
- SCL-18806 Build fails with JDK-16 RC2 (InaccessibleObjectException)
- SCL-18193 Illegal reflective access by com.intellij.util.ReflectionUtil to method java.util.ResourceBundle.setParent(java.util.ResourceBundle)
- SCL-18722 PropertyMapping annotation specifies 4 parameters, but constructor of org.jetbrains.sbt.project.data.SbtProjectData accepts 3
- SCL-9650 Incorrect indent after newline in definitions
- SCL-18685 Scala Plugin saves file on every keystroke
- SCL-16431 Unapplied method should not have function type
- SCL-17834 Folding: allow to fold val and val, not just def
- SCL-18785 sbt 1.4.8 missing from new project dropdown
- SCL-15725 Redundant val / var binding: offer a quick fix to remove the binding only
- SCL-18969 "java.lang.NoClassDefFoundError: scala/collection/compat/immutable/LazyList$"
- SCL-18947 update Play2 project template to use sbt 1.x
- SCL-18827 Type presentation: use type aliases where appropriate (at least for scala.Seq)
- SCL-18671 Scala artifacts migration from Bintray to Maven Central
- SCL-17841 Unused expression inspection: support references
- SCL-18532 stackoverflow on Typers.scala in scala/scala project
- SCL-18955 bad "unused import statement" in inner scopes after code editing
- SCL-18830 scala 3 parser: soft keywords are not parsed when defined as a first element of indentation block
- SCL-18857 Use new typearg annotations also for functions calls
- SCL-16052 disable scala annotator in injected language fragments
- SCL-18852 Can't run tests in IDEA because of Scala Plugin
- SCL-18769 scala3 parser: if-then-else parsed wrongly with intended then keyword
- SCL-18915 Parser errors in .tasty files
- SCL-18913 scala3: do not add `()` after completion, if method has only `using` parameters
- SCL-18766 IntelliJ 2020.3.2 scalac: Error: org.jetbrains.jps.incremental.scala.remote.ServerException
- SCL-17818 inspections: support @deprecatedOverriding, @deprecatedInheritance, @deprecatedName annotations
- SCL-18600 Scala plugin doesn't honor `@unused` annotations
- SCL-17130 Canonize infix call fails in case of 2 operators
- SCL-18676 Extra parenthesis showing up in intellij for Scala code
- SCL-18881 update sample project to Scala 3.0.0-RC2
- SCL-18801 Unable to open java file in LightEdit mode, UnsupportedOperationException occurs
- SCL-18889 main method body in scala 3 example is folded
- SCL-18862 Don't highlight incomplete if-then-else as type mismatch
- SCL-18905 Auto-application to `()` is deprecated, but Inspection "java accessor method called as empty-paren"
- SCL-18906 folding: do not hide package name when folding the package
- SCL-18499 Warn when a boxed java type is passed as argument to Option
- SCL-18909 inconsistent code folding for definitions with `=` (def, var, val, this)
- SCL-18802 Good code red: Tuple2 highlighted errors in match case
- SCL-16204 Support java12 --enable-preview
- SCL-16288 Better search and sort ordering needed for "Class to import" dropdown
- SCL-18795 Activities registered via registerPostStartupActivity must be dumb-aware
- SCL-18791 @deprecatedName only works with symbol not with string
- SCL-18698 -source / -target javacOptions from root sbt project shouldn't affect sub-projects during compilation
- SCL-17909 Dotty: Formatting of class with braceless block with end is broken
- SCL-17828 support foldings for braceless blocks in Scala 3 syntax
- SCL-18892 scala3 folding should include `end` marker
- SCL-18996 "Comparing unrelated types" when comparing two `newtypes` from zio-prelude
- SCL-18951 editor: can't manually type spaces after incomplete infix operator
|
Build 2021.1.374
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.1.373
Download Scala plugin for IDEA
Expand |
---|
| 3 Fixed issues |
---|
| 3 Fixed issues |
---|
|
- SCL-18969 "java.lang.NoClassDefFoundError: scala/collection/compat/immutable/LazyList$"
- SCL-18996 "Comparing unrelated types" when comparing two `newtypes` from zio-prelude
- SCL-18951 editor: can't manually type spaces after incomplete infix operator
|
Build 2021.1.368
Download Scala plugin for IDEA
Expand |
---|
| 2 Fixed issues |
---|
| 2 Fixed issues |
---|
|
- SCL-18955 bad "unused import statement" in inner scopes after code editing
- SCL-18915 Parser errors in .tasty files
|
Build 2021.1.367
Download Scala plugin for IDEA
Expand |
---|
| 2 Fixed issues |
---|
| 2 Fixed issues |
---|
|
- SCL-18947 update Play2 project template to use sbt 1.x
- SCL-18915 Parser errors in .tasty files
|
Build 2021.1.363
Download Scala plugin for IDEA
Expand |
---|
| 3 Fixed issues |
---|
| 3 Fixed issues |
---|
|
- SCL-18193 Illegal reflective access by com.intellij.util.ReflectionUtil to method java.util.ResourceBundle.setParent(java.util.ResourceBundle)
- SCL-18905 Auto-application to `()` is deprecated, but Inspection "java accessor method called as empty-paren"
- SCL-17828 support foldings for braceless blocks in Scala 3 syntax
|
Build 2021.1.361
Download Scala plugin for IDEA
Expand |
---|
| 7 Fixed issues |
---|
| 7 Fixed issues |
---|
|
- SCL-17834 Folding: allow to fold val and val, not just def
- SCL-18906 folding: do not hide package name when folding the package
- SCL-18909 inconsistent code folding for definitions with `=` (def, var, val, this)
- SCL-18913 scala3: do not add `()` after completion, if method has only `using` parameters
- SCL-17828 support foldings for braceless blocks in Scala 3 syntax
- SCL-18892 scala3 folding should include `end` marker
- SCL-18889 main method body in scala 3 example is folded
|
Build 2021.1.357
Download Scala plugin for IDEA
Expand |
---|
| 13 Fixed issues |
---|
| 13 Fixed issues |
---|
|
- SCL-16431 Unapplied method should not have function type
- SCL-9650 Incorrect indent after newline in definitions
- SCL-18827 Type presentation: use type aliases where appropriate (at least for scala.Seq)
- SCL-15725 Redundant val / var binding: offer a quick fix to remove the binding only
- SCL-18772 scalac: bad option: -P:semanticdb:sourceroot
- SCL-18795 Activities registered via registerPostStartupActivity must be dumb-aware
- SCL-18830 scala 3 parser: soft keywords are not parsed when defined as a first element of indentation block
- SCL-18857 Use new typearg annotations also for functions calls
- SCL-18802 Good code red: Tuple2 highlighted errors in match case
- SCL-17909 Dotty: Formatting of class with braceless block with end is broken
- SCL-18881 update sample project to Scala 3.0.0-RC2
- SCL-18499 Warn when a boxed java type is passed as argument to Option
- SCL-18862 Don't highlight incomplete if-then-else as type mismatch
|
Build 2021.2.108
Download Scala plugin for IDEA
Expand |
---|
| 18 Fixed issues |
---|
| 18 Fixed issues |
---|
|
- SCL-9650 Incorrect indent after newline in definitions
- SCL-16431 Unapplied method should not have function type
- SCL-17841 Unused expression inspection: support references
- SCL-18532 stackoverflow on Typers.scala in scala/scala project
- SCL-18827 Type presentation: use type aliases where appropriate (at least for scala.Seq)
- SCL-18830 scala 3 parser: soft keywords are not parsed when defined as a first element of indentation block
- SCL-17130 Canonize infix call fails in case of 2 operators
- SCL-18852 Can't run tests in IDEA because of Scala Plugin
- SCL-16288 Better search and sort ordering needed for "Class to import" dropdown
- SCL-16052 disable scala annotator in injected language fragments
- SCL-17909 Dotty: Formatting of class with braceless block with end is broken
- SCL-18769 scala3 parser: if-then-else parsed wrongly with intended then keyword
- SCL-18766 IntelliJ 2020.3.2 scalac: Error: org.jetbrains.jps.incremental.scala.remote.ServerException
- SCL-18676 Extra parenthesis showing up in intellij for Scala code
- SCL-17818 inspections: support @deprecatedOverriding, @deprecatedInheritance, @deprecatedName annotations
- SCL-18600 Scala plugin doesn't honor `@unused` annotations
- SCL-18862 Don't highlight incomplete if-then-else as type mismatch
- SCL-18791 @deprecatedName only works with symbol not with string
|
Build 2021.1.346
Download Scala plugin for IDEA
Expand |
---|
| 14 Fixed issues |
---|
| 14 Fixed issues |
---|
|
- SCL-18722 PropertyMapping annotation specifies 4 parameters, but constructor of org.jetbrains.sbt.project.data.SbtProjectData accepts 3
- SCL-17841 Unused expression inspection: support references
- SCL-18532 stackoverflow on Typers.scala in scala/scala project
- SCL-18769 scala3 parser: if-then-else parsed wrongly with intended then keyword
- SCL-16052 disable scala annotator in injected language fragments
- SCL-17130 Canonize infix call fails in case of 2 operators
- SCL-16288 Better search and sort ordering needed for "Class to import" dropdown
- SCL-18676 Extra parenthesis showing up in intellij for Scala code
- SCL-16204 Support java12 --enable-preview
- SCL-18766 IntelliJ 2020.3.2 scalac: Error: org.jetbrains.jps.incremental.scala.remote.ServerException
- SCL-18698 -source / -target javacOptions from root sbt project shouldn't affect sub-projects during compilation
- SCL-17818 inspections: support @deprecatedOverriding, @deprecatedInheritance, @deprecatedName annotations
- SCL-18600 Scala plugin doesn't honor `@unused` annotations
- SCL-18791 @deprecatedName only works with symbol not with string
|
Build 2020.3.675
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.1.333
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.1.300
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.1.298
Download Scala plugin for IDEA
Expand |
---|
| 2 Fixed issues |
---|
| 2 Fixed issues |
---|
|
- SCL-18677 Enable postfix operator notation compiler option issues
- SCL-17415 IntelliJ plugin template project for Scala
|
Build 2021.1.277
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.1.275
Download Scala plugin for IDEA
Expand |
---|
| 1 Fixed issues |
---|
| 1 Fixed issues |
---|
|
- SCL-17415 IntelliJ plugin template project for Scala
|
Build 2020.3.672
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2021.1.268
Download Scala plugin for IDEA
Expand |
---|
| 3 Fixed issues |
---|
| 3 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-17415 IntelliJ plugin template project for Scala
|
Build 2021.1.256
Download Scala plugin for IDEA
Expand |
---|
| 5 Fixed issues |
---|
| 5 Fixed issues |
---|
|
- SCL-18283 Bad code green - class takes no type parameters
- SCL-15855 IDE doesn't highlight type parameter bound violations
- SCL-18605 Make too many/too few type arguments look like for normal arguments
- SCL-18360 Improve type parameter/higher kind types highlighting
- SCL-16806 Compilation errors not being shown for Type Variables
|
Build 2021.1.252
Download Scala plugin for IDEA
Expand |
---|
| 2 Fixed issues |
---|
| 2 Fixed issues |
---|
|
- SCL-18641 IDEA marks Scala code as Unused expression without side effects when not needed.
- SCL-18661 Test Unloading
|
Build 2021.1.230
Download Scala plugin for IDEA
Expand |
---|
| 1 Fixed issues |
---|
| 1 Fixed issues |
---|
|
- IDEA-255643 Freeze in UAST: Uast should not be used as dataHolder
|
Build 2021.1.224
Download Scala plugin for IDEA
Expand |
---|
| 3 Fixed issues |
---|
| 3 Fixed issues |
---|
|
- SCL-18613 Make redundant conversion / cast inspections consistent
- SCL-10574 Bug in collection inspection
- SCL-9841 Collection inspection: convert map.find(_ == k).map(_._2) to map(k)
|
Build 2021.1.220
Download Scala plugin for IDEA
Expand |
---|
| 30 Fixed issues |
---|
| 30 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
- IDEA-255643 Freeze in UAST: Uast should not be used as dataHolder
- 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-10574 Bug in collection inspection
- 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-18587 "convert to string concatenation" generates redundant operands for `%` char
- SCL-9841 Collection inspection: convert map.find(_ == k).map(_._2) to map(k)
- 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-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.155
Download Scala plugin for IDEA
Expand |
---|
| 10 Fixed issues |
---|
| 10 Fixed issues |
---|
|
- SCL-18534 scalac: bad option: -P:semanticdb:sourceroot: in case of an aggregated project
- SCL-18549 Remote debug completely broken in 2020.3 (Scala project)
- SCL-18572 String OR null is inferred to "Any" type which leads to red code
- 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
- SCL-17779 Internal inspection: convert `isInstanceOf` / `match` with a typed pattern to an `is` call
- 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.117
Download Scala plugin for IDEA
Expand |
---|
| 0 Fixed issues |
---|
| 0 Fixed issues |
---|
|
|
Build 2020.3.660
Download Scala plugin for IDEA
...