Skip to content

Commit b595810

Browse files
Zelenyamilesfrain
authored andcommitted
[Chapter 2] Add a note on IDEs
1 parent cb8389d commit b595810

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

text/chapter2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ In this chapter, we'll set up a working PureScript development environment, solv
88

99
First, work through this [Getting Started Guide](https://github.com/purescript/documentation/blob/master/guides/Getting-Started.md) in the Documentation Repo to setup your environment and learn a few basics about the language. Don't worry if the code in the example solution to the [Project Euler](http://projecteuler.net/problem=1) problem is confusing or contains unfamiliar syntax. We'll cover all of this in great detail in the upcoming chapters.
1010

11+
### Editor support
12+
13+
You can use your preferred editor to write PureScript (for example, to solve the book exercises). See [Editor Support Documentation](https://github.com/purescript/documentation/blob/master/ecosystem/Editor-and-tool-support.md#editor-support).
14+
15+
> Note that some editors expect a `spago.dhall` file in the root of the opened project for full IDE support. For example, you should open the `chapter2` directory to work on the exercises in this chapter.
16+
>
17+
> If you use VS Code, you can use the provided workspace to open all the chapters simultaneously.
18+
1119
## Solving Exercises
1220

1321
Now that you've installed the necessary development tools, clone this book's repo.

0 commit comments

Comments
 (0)