Compare the Top AI Tools that integrate with TextMate as of August 2026

This a list of AI Tools that integrate with TextMate. Use the filters on the left to add additional filters for products that have integrations with TextMate. View the products that work with TextMate in the table below.

What are AI Tools for TextMate?

AI tools are software tools that utilize artificial intelligence to perform a variety of functions. They can be used to automate tasks, provide data-driven insights, and help streamline processes. AI tools can be applied across many different industries and applications, from healthcare to finance. By leveraging the power of machine learning and natural language processing, AI tools can help improve the efficiency of existing operations. Compare and read user reviews of the best AI Tools for TextMate currently available using the table below. This list is updated regularly.

  • 1
    Jedi

    Jedi

    Jedi

    Jedi is a static analysis tool for Python that is typically used in IDEs/editors plugins. Jedi has a focus on autocompletion and goto functionality. Other features include refactoring, code search and finding references. Jedi has a simple API to work with. There is a reference implementation as a VIM-Plugin. Autocompletion in your REPL is also possible, IPython uses it natively and for the CPython REPL you can install it. Jedi is well tested and bugs should be rare. A Script is the base for completions, goto or whatever you want to do with Jedi. The counter part of this class is Interpreter, which works with actual dictionaries and can work with a REPL. This class should be used when a user edits code in an editor. Most methods have a line and a column parameter. Lines in Jedi are always 1-based and columns are always zero based. To avoid repetition they are not always documented.
  • Previous
  • You're on page 1
  • Next