Steve,
Thanks for sharing! I looked up PyCharm, and found it's PHPStorm for Python. (a day after reading this did I get the pun in the name)
Grail,
Tell me more about this "make tags" I've read about exuberant ctags in the past, and I'm still not sure what they're for (probably because I'm not a proper programmer). From what I can tell, you run the CLI command and BBEdit will scan your (project?|document?) for things it can put into auto-complete suggestions? Will that work for HTML/CSS projects, as well?
Breaking away from Python for a moment, and into my day job…
The area I always felt BBEdit lagged in web coding is in the intelligence of it's autocomplete. Coda, for example, does autocomplete much better for HTML and CSS properties and attributes. And, ideally, each time I went to enter a class or ID, I'd really want an autocomplete to know what classes and IDs I've already used in other docs in the project, especially those you've already coded into a css, scss, or sass file, and suggest them.
Can ctags help with that?
~b