ranyitz / newsh

🐚 cross-platform library to execute commands in new shells
MIT License
43 stars 4 forks source link

Support JetBrains IDEs (WebStorm, IDEA, etc.) #15

Open bodia-uz opened 4 years ago

bodia-uz commented 4 years ago

WebStorm (and other JetBrains IDEs) has its own terminal in IDE, based on JediTerm. It would be cool if your library add support for it.

There is an env variable in the terminal environment:

TERMINAL_EMULATOR=JetBrains-JediTerm

It should help newsh to identify JediTerm terminal.

Did not find any CLI API for splitting in the documentation.

ranyitz commented 4 years ago

@bodia-uz Thanks for opening this issue! We can open a new tab inside of the integrated terminal, We're trying the best effort! PRs welcome!