Plan 9: Code Assist
Jump to definition with ctags Use ctags for jump-to-defintion. Also, you can use Button3 in acme to jump to include files - both system and local headers. Note: Use sig command for signature lookup. Use src command for jumping to Plan 9 command sources. If you have mounted contrib sources, use this . Alternatively, download tar from https://ctags.sourceforge.net/ . Make following changes: in Makefile, add '-DHAVE_REMOVE' (remove() instead of unlink()) and '-DHAVE_OPENDIR' (for directory recursion option) to DEFS in config.h, remove or comment out the definition of INT_MAX # Use one below to enable APE bind -b /$objtype/bin/ape /bin ape/psh ./configure # ctags make # readtags need explicit build make readtags cp ctags readtags /$objtype/bin # Generate tags file for a single file ctags main.c # Generate tags file for all files recursively ctags -R . # Write output to s...