Will the code be organized as this is done in Arduino IDE? VS Code extension

debugger in VS Code does not work?

That’s right. Debugger support isn’t available in the VS Code extension yet. It may require quite a bit of work to implement. You can read more about it here:

1 Like
  • The names disappear, but when you click on an “empty” tab, it shows again
  • There is a drop-down-list with ALL tabs on the right
  • You can sort the tabs: first come CapitalTitles, then smallTitles
    I use e.g. Inits, InputKeys, InputsMouse, Tools, cl0ClassX, cl1ClassY, cl2ClassZ…..
1 Like

Chrisir

This has already been mentioned

1 Like

Hi all.
Tell us how to create a new file for “Processing” in a VS code?
I create a name.pde file. Then I start and see the following message:

Another problem

bandicam-2025-09-26-13-05-18-787

1 Like

I don’t have that selector in my clean install @Aigars could that be a separate plugin?

You can use the icon next to the sketchbook. It appears when you hover over it, or click into the panel.

Screen Recording 2025-09-26 at 13.30.49

1 Like

Stefterv. This is a clean installation

Sableraph. Thank you

CTRL SHIFT P and find Show or Focus Standalone Color Picker

I took interest in this because it highlights a cool feature of VS Code!

Is this about the space? Please provide more details.

My research and exploration:

  • VS Code has a built-in color picker:
    Show or Focus Standalone Color Picker

  • The color decorator box is invoked by adding a leading space:

    image

    image

  • This gives an error when the code is run since you are passing a String but it does demonstrate the color decorator box behavior inside a quote:

    image

Reference:

Colors appear fine here in the color picker on:

  • W10
  • Processing 4.4.7
  • Processing VS Code 1.1.5

:-)

1 Like

Due to the FF prefix (#xxxxxxxff) the color is not true. Example: I choose red, start the program and the blue shines. If you delete the FF “#XXXXXX” prefix, then everything works correctly.

Can I turn off the function in VS CODE that adds FF?

Watch the gif

bandicam-2025-09-26-13-05-18-787

Hello @Aigars ,

I can’t comment on VS Code extensions or built in features.

You can edit it out manually and this seems to work!

There may be an extension that is better suited for this.
Please share if you find one that works well.

Good catch! I was focused on the space only in a previous response.

I delete the suffix (the last two) and it works!

Color reference shows what Processing accepts as parameters:

:)

1 Like

Hi.
Yes I delete FF manually too. But it’s distracting (