The following summarizes the suffixes that produce code hints in Flash MX and Flash MX 2004. Note that many of these suffixes are documented in Flash MX but do not cause hints to appear (at least in my copy of Flash MX); these hints should also work in Dreamweaver MX. Also note that code hints do not complete variable names (this is what Microsoft may call "code completion").
Array (suffix: _array)
Button (suffix: _btn)
Camera (2004 suffix: _cam)
Camera (suffix: _camera); documentation error?
Color (suffix: _color); this does not produce hints in my copy of Dreamweaver MX
ContextMenu (2004 suffix: _cm)
ContextMenuItem (2004 suffix: _cmi)
Date (suffix: _date)
Error (2004 suffix: _err)
LoadVars (2004 suffix: _lv)
LocalConnection (2004 suffix: _lc)
Microphone (suffix: _mic); this does not produce hints in my copy of Flash MX
MovieClip (suffix: _mc)
MovieClipLoader (2004 suffix: _mcl)
PrintJob (2004 suffix: _pj)
NetConnection (suffix: _connection); documentation error?
NetConnection (2004 suffix: _nc)
NetStream (2004 suffix: _ns)
NetStream (suffix: _stream); documentation error?
SharedObject (suffix: _so); this does not produce hints in my copy of Flash MX
Sound (suffix: _sound)
String (suffix: _str)
TextField (suffix: _txt)
TextFormat (suffix: _fmt)
Video (2004 suffix: _video); this does not produce hints in my copy of Flash MX
XML (suffix: _xml)
XMLNode (2004 suffix: _xmlnode)
XMLSocket (suffix: _xmlsocket)
FINAL NOTE: All of the suffixes marked with "this does not produce hints in my copy of Flash MX" work correctly in Flash MX 2004.