Service information

Plans

free

Platforms

Description

Trelent is a free extension that generates docstrings using AI to explain the 'why' of your code. Say goodbye to tedious documentation and let Trelent take care of it.

Examples

📝🔍

Generate Docstring

outputs

"""

The dijkstra function takes in a graph and a starting vertex. It then performs Dijkstra's algorithm to find the shortest path

from the start_vertex to all other vertices in the graph. The function returns a dictionary of distances, where each key is an

index of one of the vertices and its value is that vertex's distance from start_vertex.

:param graph: Used to Store the graph.

:param start_vertex: Used to Indicate the vertex from which we start our search.

:return: A dictionary of distances from the start vertex to all other vertices.

:doc-author: Trelent

"""

Features

  • Trelent uses advanced Deep Learning models to analyze the source code.
  • It primarily focuses on writing docstrings that explain the 'why' of your code.
  • Anonymized source code is stored on free plans to enhance the service.
  • Trelent supports various programming languages such as C, Java, Javascript, and Python.
  • Instead of focusing on the 'what', it analyzes the source code to answer the 'why'.

Perfect for

  • Developers who deal with source code in languages like C, Java, Javascript, and Python can find Trelent useful.
Share this page: