Skip to content

Language support extension for VS Code, the original one from Microsoft doesn't use pretty printing which makes it difficult to program. This extension is made to fix it

License

Notifications You must be signed in to change notification settings

KingHowler/Arduino-Language-Support

Repository files navigation

Arduino Language Support for VS Code

Why?

I am a robotics enthusiast and, on one certain occasion, wanted to edit my Arduino project in Visual Studio Code.

However the following issues arose which convinced me to make my own extension for it.

  • When using C++ as the language mode for using .ino files, it doesn't recognize any of the arduino specific functions and treats them as an error.
  • Microsoft's extension for arduino only has "arduino output" as an option for language mode.


Using "C++" as language mode for .ino files

.ino with C++

What's wrong with Microsoft's Arduino extension?

By default, "arduino output" doesn't use Syntax Highlighting which makes it difficult to edit/create programs as it becomes confusing to navigate through it, and monotonous enough to make a person quit.

Using "arduino-output" as language mode for .ino files

.ino with arduino-output

What of the other extensions?

There was one certain extension that I took a liking to but the themes that came along with it didn't match the original themes of the Arduino IDE, though it is somewhat similar.

What do I intend to include?

In this extension I am doing the following at the moment:

  • Include Syntax Highlighting
  • Add Arduino as default language for .ino files, this will disable C++ linter automatically each time you open .ino file allowing you to avoid the numerous errors formed due to arduino-specific functions
  • Include 2 Themes as a bonus for users who prefer the Arduino IDE's charming looks
    • Arduino IDE Light
    • Arduino IDE Dark


I am also thinking about adding my own linter but that is something I won't be doing for quite a while.

Themes

Arduino IDE Light

Homepage Editor

Arduino IDE Dark

Homepage Editor

Configure Language

If not set by default, click on the language mode button in the status bar.
It is most likely in the bottom right, with either "C++" or "Plain Text" written on it. That will open this menu:
Language Mode Menu
Click on Arduino to use it or, click on "Configure File Association for '.ino'" and then click on Arduino to set it up permanently

About

Language support extension for VS Code, the original one from Microsoft doesn't use pretty printing which makes it difficult to program. This extension is made to fix it

Resources

License

Stars

Watchers

Forks

Packages

No packages published