https://github.com/Maples7/vscode-terminal-inplace
[VSCode Extension] Launch your own vscode terminal in the directory of your focus file.
https://github.com/Maples7/vscode-terminal-inplace
terminal vscode vscode-extension vscode-terminal
Last synced: 11 months ago
JSON representation
[VSCode Extension] Launch your own vscode terminal in the directory of your focus file.
- Host: GitHub
- URL: https://github.com/Maples7/vscode-terminal-inplace
- Owner: Maples7
- License: gpl-3.0
- Created: 2018-06-21T06:14:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T06:38:37.000Z (over 2 years ago)
- Last Synced: 2024-11-21T00:23:50.688Z (over 1 year ago)
- Topics: terminal, vscode, vscode-extension, vscode-terminal
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Maples7.terminal-inplace
- Size: 1.52 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Terminal In Place
[](https://marketplace.visualstudio.com/items?itemName=Maples7.terminal-inplace)
[VSCode Extension] Launch your own vscode terminal in the directory of your focus file.
## Usage
There are 2 ways to use this extension in [VSCode](https://code.visualstudio.com/):
1. Use shortcut **alt+ctrl+`** to launch an inner terminal whose current working directory is the directory in where your open focus file stays. As we all know, by default in VSCode, ctrl+` can toggle the inner terminal and this is unchanged. That's to say, by adding an `alt`, we make a candy for the inner terminal in VSCode.
2. Open Command Palette in VSCode and find `Terminal In Place` command to execute.
If your open focus file stays in an existing directory, the terminal would `cd` to that directory automatically. Otherwise(the _Welcome Page_ of VSCode just lays in an inexistent or a temporary directory), a standard inner terminal would be created.
See the snippet:

## Installation
1. Open [Visual Studio Code](https://code.visualstudio.com/)
2. Press `Ctrl+P` to open the Quick Open dialog
3. Type `ext install Terminal In Place` to find the extension
4. Click the `Install` button, then the `Enable` button
OR
1. Open the Extensions tab in [Visual Studio Code](https://code.visualstudio.com/)
2. Type `Terminal In Place` to find the extension
3. Click the `Install` button, then the `Enable` button
## LICENSE
[GPLv3](./LICENSE)