Documentation that just
appears as you build

star
star
star
star
star
Rated 4.9/5
From over 100 reviews
1
def get_temp(sorted_temps: list[float], elfloat) -> int:
2
  """
3
  Search through the sorted temperatures array to find the
4
  index of the temperature that matches the element
5
  :param sorted_temps: sorted list of temperatures
6
  :param el: the target element
7
  :return: the index of the matched element
9
  Author: Richard Hendricks
10
  """
11
  i = 0
12
  while el != sorted_temps[i] and len(sorted_temps) > i:
12
    i += 1
13
  return i if i < len(sorted_temps) else -1;
play_circle
Watch 1 min demo
Lines background
av_timer

Document code in one second.

Save time and improve your codebase by letting Mintlify generate documentation for you
Install Writer
Available in your favourite editor
1
+
.
Generate Docs
Activate through the tap of a button
2
check
Get Results
See the magic
3

Loved by developers...

Gerhardvr
Community Member
I stumbled onto Mintlify Doc Writer for JavaScript and TypeScript earlier today. What an awesome discovery! I went to the top of my list of favourite VSCode extensions within seconds
Kyle Shifflett
Extension Review
I've never written a review for a VSCODE extension, but this one was so damn good that I couldn't not do it. GET IT. Absolutely incredible and well done
HobbitJack
Community Member
Just saw your thing in the Python Discord, and ran it on my project... and WOW!!!!
Marie Stephen Leo
LinkedIn Post
What's the most boring part about coding? Arguably it's documentation! Well, fret not! You can now generate function docstrings automagically 🪄 with this amazing VSCode extension by Mintlify! The best part is it's totally free!!!
Foxhoundn
@Foxhoundn
I must say, I am having my mind blown by the extension, amazing job  Just showed it to my boss and we spent 20 minutes going through our old colleague’s (who never ever wrote a single comment) code
Charly Wargnier
@DataChaz
#AI voodoo got real! Writing code documentation sucks, but today did it all for me!
Anna Johansson
Extension Review
Unbelievably helpful, this is exactly what AI should be used for. Since I already have a habit of naming my methods in "human readable format" I'm getting more accurate descriptions generated than I'm even able to come up with myself half of the time. Blown away, this will be of GREAT value for me!
Alexander Y
Extension Review
Guys, God bless you! One of the best plugins I've ever dealt with.
bruno_m
Community Member
From my two hours of generating documentations, I am amazed that very often the plugin appears to understand my code better than I do, and write better descriptions than I would"
Manigandan
Community Member
Thanks for creating this amazing doc writer, I am amazed how accurate it is in terms of documenting the code
Xolo
Community Member
Dude this is the best thing we could ask for (even better than GitHub Copilot)
Aldo
Extension Review
As a wizard apprentice I can state that the extensions contains real magic. Like Github copilot for docs. I would argue it saves me even more time to auto generate docs, than copilot saves me. with copilot & mintlify code writes itself. love it

Get started with Writer today.

Save time and improve your codebase by letting Mintlify generate documentation for you