New CloudPebble Code Completion
CloudPebble today gains significantly enhanced support for code completion, as well as inline syntax checking and the ability to "go to definition".
Check it out!
In particular, the new code completion now features:
- Fuzzy matching! You can now enter abbrevations (e.g.
tlst
fortext_layer_set_text
) and CloudPebble will know what you mean - Complete your own symbols! The code completion is now aware of your own symbols and will include them in its suggestions
- Struct members and unions are now suggested as appropriate, instead of suggesting members that do not exist.
Real-time sanity checking of your code means we will highlight errors and warnings in red and yellow, respectively; you can hover over the icon on the left to see the complaint.
Note: if you are suddenly seeing red all over a header file it's probably
missing a #include
or some type definitions.
Finally, you can now ⌘-click (Mac) or ctrl-click (Windows, Linux) on symbol
names to jump to their definitions in your code - for instance, on a #define
to
see its value, or on a struct to see its definition.
We appreciate your feedback! Please let us know by commenting here or emailing us at cloudpebble@getpebble.com.
Categories
- All Posts
- #makeawesomehappen
- At the Pub
- Beautiful Code
- CloudPebble
- Down the Rabbit Hole
- Freshly Baked
- Timeline