Skip to content

Getting Started with Scala in IntelliJ could use some love around adding dependencies. #2199

@whiteleyj

Description

@whiteleyj

Currently the docs on how to add a dependency to sbt is a single step process. Open up build.sbt and add the following line...scala-parser-combinator. It then goes on to explain what the += operator does, but doesn't really get into how to import the dependency or use a scala parser. I think it could be better.

As an improvement I'll submit a PR that shows how to read a configuration file using pure-config and print some values out.

The reasoning behind swapping out the scala-parser-combinator for pure-config is because reading configs is a useful skill for a newcomers to scala dev (like me) to pick up and pure-config is mildly impressive in how easy it is to understand.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions