Skip to content

Editor integration

Visual Studio Code

For further information, see the Stack and Visual Code documentation.

The intero project

For editor integration, Stack has a related project called intero. It is particularly well supported by Emacs, but some other editors have integration for it as well.

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):

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

For more information and other shells, see the Shell auto-completion wiki page