writer
writer copied to clipboard
✍️ AI powered documentation writer
It's very annoying me that extension in vscode shows `Generate Docs` everytime. Could you make a option to hide this hover tips? 
Hi, is it possible to add the support for svelte? your extension is very useful
The extension currently requires the user to select a piece of code, and "Ctrl+", it to write the documentation. Is there any way to automate this process for the whole...
I user VSCodium. The extension requires to sign in. When I try to sign in, I get an error: unauthorized_client: Callback URL mismatch. https://mintlify.com/start/vscodium is not in the list of...
The extension is generating remarkably informative text. But, oddly, none of the generated text is commented: Language c++. Happens in in headers and cpp files. OS: Windows 10, VSCode 1.68.1...
Mintlify is great project! But it doesn't seem to be able to handle .cc files. Wish it will support it
I would be nice to get support for version `1.60.x` of vscode. Regards
Hi! 👋 First of all, love your extension! Secondly, I noticed recently that even though Javascript is a supported language, the extension is confused by [*.vue](https://vuejs.org) files and refuses to...
An exported function simply gets a descriptive comment: ```js /* Adding a transaction to the database. */ exports.addTransaction = async (data) => { try { return await db.addDoc({ collection: 'transactions',...
Hi Team, I found my user level settings "workbench.colorCustomizations" is always overridden by project's folder or workspace level setting when vscode launches a project which .vscode/settings.json has custom "workbench.colorCustomizations" Once...