Inspiration
When we use SDKs that we we're not familiar with, we always search for examples on GitHub of how other people used the same classes and methods. We are seeking to streamline that process.
What it does
If you press a key combination in your Atom editor, a side panel with example usages of the type or method that is currently selected is showing up.
How I built it
We used Java & RatPack for the Server and Javascript, HTML and CSS for the Atom plugin.
Challenges I ran into
We didn't have any prior experience in Atom plugins, so getting started was a bit difficult.
Accomplishments that I'm proud of
We created something that can greatly improve the development experience for a lot of developers.
What I learned
How to parse Java Syntax, how to build awesome packages for Atom.
What's next for Exemplator
-Support other languages than Java
Log in or sign up for Devpost to join the conversation.