File: editor_integration.md

package info (click to toggle)
haskell-stack 2.15.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,568 kB
  • sloc: haskell: 37,057; makefile: 6; ansic: 5
file content (20 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="hidden-warning"><a href="https://docs.haskellstack.org/"><img src="https://cdn.jsdelivr.net/gh/commercialhaskell/stack/doc/img/hidden-warning.svg"></a></div>

# Editor integration

## Visual Studio Code

For further information, see the [Stack and Visual Code](Stack_and_VS_Code.md)
documentation.

## Shell auto-completion

Love tab-completion of commands? You're not alone. If you're on bash, just run
the following command (or add it to `.bashrc`):

~~~text
eval "$(stack --bash-completion-script stack)"
~~~

For more information and other shells, see the
[Shell auto-completion wiki page](https://docs.haskellstack.org/en/stable/shell_autocompletion)