3

Anyone using TabNine—especially the Pro version?

Impressed, or meh?

What language/IDEs have your tried?

Comments
  • 1
    Every “AI” completion tool is shit at some point.

    If you do anything more than shown in tutorials, it’ll suck.
  • 2
    Usage: Free/VSCode/PHP
    Sometimes bad suggestions, mostly pretty good if it's repeated, easy to guess code. I'm interested too for experiences of the "improved model".
  • 2
    So summa summarum: better than no ML-powered intellisense.
  • 1
    Consumes too much RAM on webstorm.
  • 1
    I love it. Using in on vscode since @bittersweet told about it. But haven't used the pro version for longer, only the trial. I didn't really noticed the difference... 😅
  • 1
    Using it in Jetbrains IDEA (Rust), PyCharm & PHPstorm, and VSCode (C, Haskell).

    It works very well for PHP, Python & JS. It does pick up on the style of the project — suggesting Laravel-specific patterns in Laravel for example.

    Of course, it's not guaranteed to be correct like suggestions gained through static analysis — but it still saves a lot of time.

    It does wreck your CPU, laptop battery, memory, and works best on a powerful net-powered PC.

    For Haskell it's nearly worthless because the language doesn't have much regularity to its syntax.
Add Comment