code-remix READMECode Remix : This is a developer tool that aims to improve the code documentation process by providing a platform to document code snippets with a clear description of their purpose. It also utilizes openAi's llm(large language model) to suggest possible improvements and optimizations for the code. With this tool, JavaScript developers can efficiently and effectively document their code while also identifying areas of improvement to optimize their code for better performance and functionality!. How To UseSelect your code which you want to be documented and press "cntrl + Shift + p " to open command palette and write "remix my code!".the extension will then generate documentation for you. Known IssuesSometimes the comments doesn't work as expected.this is an initial commit and a WIP.Stay tuned for updates! 1.0.0Initial release of code remix Enjoy! |