Don't know what IDE or smart editor everyone is using, but it sure would be helpful for us newbies to be able to click on a symbol, e.g. in example code, and go to either the definition of it in the same body of source, in included source, in a module, etc., and the documentation for it, if available.
Not sure how much work this would take, but here's an option:
- Embed your toolchain in Xcode, just like the embedXcode project did. Not sure how much work this is, but you get a whole bunch of IDE capability for free, e.g., the above requested lookup, git integration, symbol completion, etc.
Don't know what IDE or smart editor everyone is using, but it sure would be helpful for us newbies to be able to click on a symbol, e.g. in example code, and go to either the definition of it in the same body of source, in included source, in a module, etc., and the documentation for it, if available.
Not sure how much work this would take, but here's an option: