- Open the Atom editor: Ensure Atom is installed.
- Access the settings interface: Access the settings by clicking the 'File' menu in the top-left corner and selecting 'Settings', or directly using the shortcut
Ctrl + ,(Windows/Linux) orCmd + ,(Mac). - Enter the Install option: In the settings sidebar, click the 'Install' option.
- Search for the atom-ide-terminal extension: In the search box, type 'atom-ide-terminal' and press Enter to search.
- Install the extension: After the search results appear, locate the 'atom-ide-terminal' extension and click the 'Install' button.
- Use the terminal: After installation, open a new terminal window by pressing
Ctrl + backtickin the Atom editor or selecting Packages > atom-ide-terminal > New Terminal from the menu.
This method allows you to directly use the command line within Atom, enhancing your development efficiency.
For example, when frequently running test cases in a project, I can quickly execute test commands and view results directly in Atom without leaving the editor environment, significantly improving my productivity.
2024年6月29日 12:07 回复