Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【强烈需求】 添加支持打开文本,脚本,并方便发送 当前行/选中行到终端 #3398

Open
heartacker opened this issue May 4, 2024 · 3 comments

Comments

@heartacker
Copy link

heartacker commented May 4, 2024

What feature you'd like to see or proposal(期望什么新功能/特性或者建议)

很多时候,调试测试会将很多指令写在文本中。
如嵌入式调试

@zxdong262
Copy link
Member

是不是可以运行 sh path-to/file 或者 bat path/to/file解决?

@heartacker
Copy link
Author

heartacker commented May 4, 2024

是不是可以运行 sh path-to/file 或者 bat path/to/file解决?

不可以哦

比如说我要可以提前写好很多不同测试模下下的不同指令
比如有10个测试,那我可能就写10行,但我不可能一次执行写10行,而是单独执行这每一行
或者不同指令的组合,的这些指令都放在一个文本里面,就提前写好了
我不是要执行一个脚本,而是要执行脚本里的某几行或者某一行

@heartacker
Copy link
Author

here is some demo using vscode.(yes, we can do this with vscode)

  1. text base panel is need indeed (good for teamwork and easy to use)
  2. notebook panel is welcome also (good for guiding)

txt notebook_panel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants