views:

51

answers:

2

New to mac and textmate AND python.

I don't seem to be getting any intellisensewith textmate, is there a plugin?

what are the keyboard shortcuts I should know about (basic ones at this point).

thanks!

+1  A: 

There are bundles for Django that make it easier to work with Django projects in TextMate. They offer the ability to search online for documentation, and there are a lot of "snippets" defined so you can type a few characters, hit Tab, and "auto"-complete some frequently-used strings, but none offer anything on the scope of IntelliSense.

mipadi
+1  A: 

There are a couple of TextMate bundles that will satisfy you:

  • PySmell -- Gives you VS-like dropdown of available methods.
  • Tempy -- ToolTips only. Not well built but extremely useful.
Kenneth Reitz