> On Jun 1, 2015, at 4:18 PM, Luther Baker <[email protected]> wrote: > > Does anyone know if Xcode does this? or, does a plugin for Xcode do this? Or > ... does a separate tool altogether do this that I could leave open just to > add and read my meta comments?
Nope. Source files are plain text, so there’s no place to store such comments (except, literally, as source-code comments in the text, which contradicts what you want.) (Sure, they could go into a side file or xattr metadata, but without any stable way to identify where in the file they go, their locations in the file would get messed up as soon as it were edited by a tool other than the one that manages the comments, or if you pulled Git/SVN changes to the file made by another user.) —Jens
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
