File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ One software that I use very often but absolutely hate is the Arduino IDE.
5
5
The UI is simple and non-intimidating, even a beginner can use it very easily without any trouble.
6
6
But I will say Arduino IDE is bit underwhelming as an IDE, At least by today's standard.
7
7
8
- - It doesn't have proper intellisense
9
- - It doesn't have goto definition/ goto declaration feature
10
- - No variable renaming
8
+ - It doesn't have proper intellisense.
9
+ - It doesn't have " goto definition" / " goto declaration" feature.
10
+ - No variable renaming.
11
11
- Even though it supports tabs, You can only open files from the same project.
12
12
- No git integration.
13
13
- No custom font support.
@@ -28,7 +28,7 @@ Advantage of the arduin-cli is that you can write code in your favourite text ed
28
28
29
29
CLI is very small in size (about 7MB). but packs all the major feature of the IDE.
30
30
31
- ## Install the cli
31
+ ## Install the CLI
32
32
33
33
### On windows
34
34
You can’t perform that action at this time.
0 commit comments