-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Support Visual Studio Code (VSCode) #619
Comments
What do you mean by "performs much better"? Atom is an amazing IDE, IMO. |
Atom is good, but can be slow. Code is very speedy. |
+1 |
1 similar comment
+1 |
Coul you please "like" the first post instead of publishing _+1_s? Don't forget we receive an email every time something is posted. Thanks. 😉 |
There's a project for this on GH but it seems inactive https://github.com/fabianofranca/vscode-platformio |
Hi friends, I have just created a PlatformIO extension for VS Code. You could install and have a try. 😃
Currently, the extension is in the very initial phase. If you find any bug or have any suggestion/feature request, please join the chat on Gitter or submit the issues to the GitHub Repo. PlatformIO is really cool! Much better than Arduino IDE. 😄 Let's make PlatformIO better and better. |
Add project generator for VSCode with a support for:
|
I have made pull requests for VS Code templates: #960 and platformio/platformio-docs#4 I have been unable to get the PIO Unified Debugger to work, so I didn't make a template for the debug launch configuration. |
Hi guys, We have a good news: PlatformIO IDE for VSCode! 100% open source, maximum permissive Apache 2.0 license. Docs: http://docs.platformio.org/page/ide/vscode.html This is a demo version, only base features are ported from PlatformIO IDE from Atom:
Would be thankfufor any feedback. Please open issues in PlatformIO IDE for VSCode repository. P.S: @formulahendry , thank you very much for your efforts on the own PlatformIO extension. Would you like to work on PlatformIO.Org extension? I propose to merge our efforts and make really cool exntension. |
@ivankravets this sounds awesome! Can't wait to try it out. |
@ivankravets That's cool. |
DONE!
Install PlatformIO IDE for VSCode:
Configuration
Operating system:
Description of problem
VS Code is based on Atom but performs much better.
Additional info
Here is more info on VS Code Extensions:
https://code.visualstudio.com/docs/extensions/overview
and publishing to the VS Code extension gallery:
https://code.visualstudio.com/docs/tools/vscecli
The text was updated successfully, but these errors were encountered: