...
Tip |
---|
You can setup auto-update of Scala plugin Nightly builds in IntelliJ IDEA. Simply select desired update channel from a drop-down menu at "Updates" tab in Scala plugin settings page. Or if you cannot do it from plugin settings add "https://plugins.jetbrains.com/plugins/nightly/1347" to custom repositories in Settings -> Plugins -> Browse custom repositories |
Build 2019.2.172
Download Scala plugin for IDEA
Expand |
---|
| 82 Fixed issues |
---|
| 82 Fixed issues |
---|
|
- SCL-12438 Possibility to specify two scalastyle config files
- SCL-11532 Apply template generates wrong code
- SCL-2510 Unnested package support
- SCL-15200 Wrap method body in {} on typing {
- SCL-15116 Code duplication in markdown code snippet
- SCL-15201 Impossible to create scala worksheet
- SCL-12650 Unapply template is polluted by default values
- SCL-15399 completion of extension methods not in scope is VERY slow
- SCL-15394 ??? is positioned incorrectly when typing { + Enter
- SCL-14585 extract to variable: multi-line """string""" value aligned with leading '|' character is extracted incorrectly
- SCL-15237 When trying to save Scalafmt configuration for new projects, IntelliJ IDEA 2019.1 freezes while trying to load the Editor |Code Style | Scala page
- SCL-10790 Create New Scala Class should offer Case Class option
- SCL-15230 enter inside package statement should create extra package statement
- SCL-15351 Calls on expressions that are not callable are not highlighted
- SCL-7116 Good code red: method is allegedly already defined
- SCL-15234 var could be val inspection is broken
- SCL-15379 Empty intention string for "Make declared type more specific"
- SCL-15386 Overriding indicator only finds one implementation
- SCL-15120 BSP: Map source roots directly to content roots
- SCL-15329 exception on creating new IDEA project
- SCL-15345 PlayWS request builders are red
- SCL-15326 "indent first parameter" setting should be applied even if there is no parameters yet
- SCL-15357 Unable to run apps for classes with inner classes
- SCL-8595 Highlighting error with equals and operator precedence
- SCL-15264 Scala Templates show false error messages
- SCL-15364 Scala Plugin Refator->Rename is not working
- SCL-15229 Slow right clicks in Scala code
- SCL-2101 Same named class formal parameter and class member are error highlighted
- SCL-15398 missing "Unspecified value parameters" error highlighting for Java classes
- SCL-14979 Formatter: Wrong indention for block in lambda block
- SCL-15294 Add tests for JavaAccessorEmptyParenCallInspection
- SCL-3137 Classes with the same name but from different packages are not distinguished in the method signature.
- SCL-15293 Add test for ApparentResultTypeRefinementInspection
- SCL-15292 Add tests for UnitMethodInspection s
- SCL-15291 Add tests for AccessorLikeMethodInspections
- SCL-15297 Add tests for ParameterlessOverrideInspection
- SCL-15296 Add tests for ParameterlessAccessInspection
- SCL-15396 wrap method body on {+ Enter typing breaks code when dealing with anonymous classes
- SCL-15242 Sort result of auto import by some metric that considers context
- SCL-15395 convert to """string""" action should restore caret position inside the string
- SCL-15279 decompiler doesn't add "abstract override" modifiers
- SCL-14340 overriding java method with an argument that is existentially typed not working
- SCL-15278 Unwrap single-expression definition body on deleting `{`
- SCL-15335 overridden member marker for vals is shown, but navigation is not working
- SCL-15295 Add tests for EmptyParenOverrideInspection
- SCL-15095 Auto-complete ScalaDoc after a Space
- SCL-15358 Cannot handle equally typed signatures which differ only in call-by-name/call-by-value
- SCL-15373 Unknown error when using formatter with scalafmt and specific rules.
- SCL-15450 Don't show 'Anonymous function convertible to a method value' inspection on functions with empty param list
- SCL-14726 Bad code green: Semicolon in for
- SCL-15311 import expressions with wildcard are parsed differently in play2 templates
- SCL-15271 String interpolation in multiline strings
- SCL-15353 Support "Adjust code style settings" feature
- SCL-15253 "No tail recursion annotation" inspection should not be shown if last call is inside try/catch/finally
- SCL-15414 string conversion adds redundant quote if string is both interpolated and formatted
- SCL-15417 Expression with Unit return type in argument of map
- SCL-15313 Implicit hitns: wrong presentation for context bounds of class type params
- SCL-15236 Duplicated in overriding member
- SCL-10890 invalid apply function template if class has tuple parameters
- SCL-14824 Access-Modifier for Class in method not reported as error
- SCL-15145 Worksheets should be ignored in code duplication detection
- SCL-15437 inspection highlights remaining method body if inspected expression is the only one in the body
- SCL-15280 no spacing before multiline string placed on single line
- SCL-11133 False Negative: wrongly infers code block after try
- SCL-15282 Inspection / refactorings: don't use procedure syntax for declarations
- SCL-15381 Cannot resolve equally typed signatures which differ only in call-by-name/call-by-value
- SCL-15288 highlight unresolved references in scaladoc as a warning
- SCL-15383 Prioritize 'Import' quickfix over other quickfixes
- SCL-13358 "Convert to argument in parentheses" refactoring works incorrectly
- SCL-15321 wrong indentation resulting from Method call arguments -> align when multiline
- SCL-15325 "No tail recursion annotation" inspection shouldn't be shown
- SCL-15420 "convert to string concatenation" action should wrap result with brackets
- SCL-15348 existential declarations should resolve in any order
- SCL-15444 JFlex.jar generates broken `_ScalaCoreLexer.java`
- SCL-15445 Type of block expression with a tailing statement should be Unit
- SCL-8633 Functions with similar plain and by-name parameters in signatures are underlined red
- SCL-5789 Same-named class members from different namespaces treated as duplicates
- SCL-15406 Rename adds comment /*EndMarker/?
- SCL-15308 Good code red: multiline context bounds
- SCL-15448 2019.1 Wrong syntax highlight in sql block
- SCL-15266 method signature inspections: Method with mutator-like name is parameterless inspection doesn't work
- SCL-15265 Empty description for several method signature inspections
|
Build 2019.1.969
Download Scala plugin for IDEA
...