Autocomplete ids and class in jquery

Maybe I’m doing something wrong… Shouldn’t Komodo suggest the ids and class from the current file when you start typing # or .

$(’# the hitting ctrl+J should suggest the ids from the file.
$(’. then hitting ctrl+J should suggest the classes from the file.

Basil

Sorry, Komodo does not understand jQuery string syntax within HTML files.

This is nice… Thanks for the information…