Tools #1900
Answered
by
Sean-Der
rcvangemert
asked this question in
General
Tools
#1900
-
Hi, would be interested to know what tools or IDE are used to develop pion? |
Beta Was this translation helpful? Give feedback.
Answered by
Sean-Der
Jul 28, 2021
Replies: 2 comments 3 replies
-
Hi @rcvangemert I can't speak for other developers, but this is what I use |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
rcvangemert
-
Thanks I have vim and vscode installed. leaning to vscode as it feels more
familiar!
…On Thu, 12 Aug. 2021, 12:48 pm Pang, ***@***.***> wrote:
@rcvangemert <https://github.com/rcvangemert>
Maybe vscode is a good option, I just use it to debug pion examples.
@Sean-Der <https://github.com/Sean-Der>
Can I commit some PRs about building pion/examples debuging-enviroment
with vscode.
It maybe stupid, but as a newbee like me, stupid quick start is necessary.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1900 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGSW3ESSTAOQ3CB42LQBALT4MY7RANCNFSM5BDVZG6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rcvangemert
I can't speak for other developers, but this is what I use
go test
/golangci-lint run
from zshthird_party/webrtc
for debugging.