Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 636 Bytes

editor_integration.md

File metadata and controls

20 lines (13 loc) · 636 Bytes

Editor integration

Visual Studio Code

For further information, see the Stack and Visual Code 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):

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

For more information and other shells, see the shell auto-completion documentation.