This directory includes several bash script to perform some common operation in development.
- Install Git Bash (Git includes git-bash).
- Install MinGW.
- Set git-bash is the default application to run
.shfile.
- Set up external tools:
Preference->Tools->External Tools->Add new oneclick+sign. - Config executable:
Name: name for this tool, I useRun with Bash,Description: any description text,Program: The executable file (.exe for Windows, usually using git-bash.exe, /bin/bash for MacOS),Parameters:$FileName$(you can select from macro),Working Directory:$FileDir$, clickOK. - Assign a Keymap:
Preference->Keymap-> SearchRun with Bash-> Add a keymap, I useShift + `. - Try it out: select a file in project view, press Ctrl + Shift +
`.
or you can install BashSupport.