Skip to content

v0.1.1 llm4lint-vsc-extension

Latest

Choose a tag to compare

@ahmedhus22 ahmedhus22 released this 16 Mar 12:46

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 llm4lint for 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.