Parent Repository: https://github.com/ahmedhus22/llm4lint
Install .vsix file in Visual Studio Code:
- Right click on the .vsix file in visual studio and click Install Extension VSIX
Or - Open command Pallete: Select Extensions: Install from VSIX
- install CLI using
pip install llm4lintfor interacting with the model in conversational mode
Change Log
- Multi-sampling inference to account for non-deterministic lints. It used to give too different outputs when run on the same code.
- Fixed issue where lints referenced non-existing lines.
- update cli for interactive mode to now log LLMs code suggestions for comparing your code with LLM suggestion using diff.