1
4 Comments

Launch: Codiga, Coding Assistant for Software Developers

👋 product hunters! After a few months of intense work, we are launching our second product: Codiga Coding Assistant. Unlike with other coding assistants, users can customize the content of the suggestions and it does not read the user source code at all.

We would love to hear your feedback about the idea and have your support for our launch! https://www.producthunt.com/posts/codiga

🙏

on August 18, 2022
  1. 1

    interesting how do you do code analysis without reading user source code? is emacs supported?

    1. 1

      This product does not analyze the code but suggests code (like Copilot does). We send to our server the file's name, the keywords the user is looking for and the list of dependencies. This is enough for us to match with a code snippet from the user or the Codiga community.

      Unfortunately, we do not support emacs ... yet!

      1. 1

        ok, i was confused because i saw static code analysis here https://www.codiga.io/code-analysis/ .

        1. 1

          Yes, this is another product that works on the pull request. We are working on a custom static analyzer that runs locally as well - but it's not ready yet (this will be our next launch!).