The small tokens that you need to insert in your comments to connect your notes to your codebase also serve the purpose of hinting that something is noteworthy!
The CodeStory plug-in for your IDE provides:
- tokens highlighting,
- "hyper click" to open in CodeStory.
We have plug-ins for:
- VSCode
- JetBrain editors
- Sublime
- Atom
Are you coding with XCode?
Sadly, the capabilities of XCode Extensions are very limited and don't allow us to implement those features. Thankfully, we have a great workaround!
Save this gist into some
xed.sh
file andchmod +x
.In CodeStory preferences, create a custom editor like this:
Custom settings in preferencesIn your source comments, prefix the token with
cid://
.XCode screenshot. Command-click on cid:// links to open the token in CodeStory!