You can safely delete /Developer if the instructions in post #6 don't work (note: "<xcode>" is "/Developer" in most cases.)
Talmy,
I don't know what the references found in Spotlight search are, but I can find no Xcode 'App'. Attached is the entire Xcode Spotlight search, but if you choose not to open it, the first hits are:
xcode-select
XcodePlugin.pbproj
CocoaStaticLibrary.xcode (plus 11 other folders found)
I obviously don't want to do anything in Terminal that I am unclear on. Even though I find no Xcode app, would your terminal command #(1) from your post #6 still clear out the junk found in Spotlight search and be a good thing to do? Or in my case, should I just trash the Developer folder and call it good (enough)?
"Uninstalling Xcode Developer Tools
To uninstall Xcode developer tools on the boot volume along with the <Xcode> directory, from a Terminal window type:
(1) $ sudo <Xcode>/Library/uninstall-devtools --mode=all
To remove the underlying developer content on the boot volume, but leave the <Xcode> directory and supporting files untouched, from a Terminal window type:
(2) $ sudo <Xcode>/Library/uninstall-devtools --mode=systemsupport
To just remove the UNIX development support on the boot volume, but leave the <Xcode> directory and supporting files untouched, from a Terminal window type:
(3) $ sudo <Xcode>/Library/uninstall-devtools --mode=unixdev
Finally, to just uninstall the <Xcode> directory you can simply drag it to the trash, or from a Terminal window type:
(4) $ sudo <Xcode>/Library/uninstall-devtools --mode=xcodedir"
Thanks for your help.
Dave