send2terminal icon indicating copy to clipboard operation
send2terminal copied to clipboard

Intellij plugin to send line or selection to terminal

Results 10 send2terminal issues
Sort by recently updated
recently updated
newest added

Is it possible to send to the embedded intellij terminal?

While using version 2023.2.1 the latest version that is installable is 1.4.1 which makes the IDE crash on start. Can you help maybe making the latest version 1.7.0 compatible with...

![image](https://user-images.githubusercontent.com/105358618/222046258-a1c46e35-6ae9-44ba-a946-ff576165d3f1.png) ![image](https://user-images.githubusercontent.com/105358618/222046327-aa1eab2a-7830-4e02-917d-a6215036b6bc.png) operation cannot continue,exception info: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at io.github.holgerbrandl.send2terminal.connectors.RGWLauncher.submitCode(RGWLauncher.java:100) at io.github.holgerbrandl.send2terminal.connectors.ConnectorUtils.sendText(ConnectorUtils.java:51) at io.github.holgerbrandl.send2terminal.actions.EvaluateLineOrSelectionAction.actionPerformed(EvaluateLineOrSelectionAction.java:45) at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.java:327) at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:306) at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:350) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:306) at com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$performAction$5(ActionMenuItem.java:296) at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:226) at com.intellij.openapi.actionSystem.impl.ActionMenuItem.performAction(ActionMenuItem.java:289) at com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$new$0(ActionMenuItem.java:64)...

I would like to use the Jetbrains IDE's with custom terminals (e.g. a Tmux session) and execute individual lines / selections. Similar to this project (deprecated): https://github.com/cursive-ide/sendtoterminal

Like the subject says. Sometimes the terminal window is buried below other windows and I would love it that if a new expression is evaluated then the terminal window comes...

See https://intellij-support.jetbrains.com/hc/en-us/community/posts/4404380086546-Plugin-ClassNotFound-in-v2021-2

did the syntax for writing to iTerm2 change? The plugin is not working for me with iTerm v3.2.9 and was wondering if maybe the syntax should be: ```tell current session...

`foo = print("hello")` works `print("hello")` fails because it unquotes the strings with `\"` It's unclear why this happens. Is it plugin logic or some escaping rule in cmder?

Can this plugin be compatible with ubuntu terminal?

Example ``` operator fun File.div(fileName: String) = this.resolve(fileName) ``` which fails with ``` [20] operator error: unresolved reference: operator operator ```

bug