Our mission is to create the best programming tools for Microchip PIC, AVR and LGT microcontrollers.
All good things come in twos!
Like Dr. Jekyll and Mr. Hyde, GC Studio has two personalities. We offer two different IDE’s to choose. Both are tailored to GCB’s specific needs, allowing easy switching.
GC Code, Coding Evolved
GIT Integration
GC Studio has integrated source control management (SCM) and includes Git support out-of-the-box. Many other source control providers are available through extensions.
Language Syntax Recognition
GC Studio IntelliSense features intelligent code completions based on language semantics and an analysis of your source code. If GC Studio knows possible completions, the IntelliSense suggestions will pop up as you type. If you continue typing characters, the list of members (variables, methods, etc.) is filtered to only include members containing your typed characters. Pressing Tab or Enter will insert the selected member.
Multi File and Multi Path Projects
You can work with multiple project folders in GC Studio with multi-root workspaces. This can be helpful when you are working on several related projects at one time. For example, you might have a repository with a multiple board or multiple micro-controller project where you want to have multiple source files.