Code Organisation

hey all,
I’ve been using processing for a while now, but have only just started using this forum. As my projects become larger and larger in scale, the code becomes harder and harder to navigate. All of the text seems to blend together and finding specific parts is more difficult. Are there any tips or pointers on how to get around this issue?
Thanks.

You can spread your code over multiple tabs - name the tabs to indicate their contents

I use tabs all the time

like Tools

InputsMouse

InputsKeyboard

classPlayer

Etc.

Wow, I can’t believe I hadn’t heard of these before. Thank you!

1 Like

Tabs and the find function. You can switch between search current or all tabs.

Alternatively another ide, such as eclipse or visual studio code.

1 Like

Also note that when you right click on a variable you see Show Usage and Rename and Jump to Declaration- very useful

Developers of the IDE I salute you!