Learn about significant features that were added, changed, or removed!
And keep up with the latest on all things CodePad!
#3
C++ Autocompletion Support!
Saturday, May 17, 2025
New Features Added
We've added autocompletion for C++ via a language server! Now, suggestions for keywords, variables, and functions will show up as you type, and you'll be notified of syntax errors.
Check it out now by creating a new C++ pad!
~ The CodePad Team#2
Introducing CodePad School!
Sunday, May 11, 2025
📢 Attention Educators and School Admins!
Have you ever wanted a classroom-friendly coding platform for your students?
We've launched CodePad School, a secure, private version of CodePad! Enjoy all the features you love about CodePad in a distraction-free environment away from public content.
~ The CodePad Team#1
Git and GitHub Support!
Saturday, April 5, 2025
New Features Added
We've added basic support for
Git and
GitHub to CodePad! Now you can version control and clone repos directly into your pad with just a few keystrokes.
How to access: Go into the Shell by clicking the on the Console tab to choose an output, and select Shell. You should be able to use the git
and gh
commands, e.g. git init
This is just the beginning; we'll have more to come. Stay tuned! 🚀
~ The CodePad Team