Skip to main content

StarShip v0.5

1. IDE Plugin: CodeSouler

1 Code Completion Enhancements

  • Fixed conflicts between the Tab key and the IDE's built-in suggestions.
  • Improved the completion mechanism by adjusting trigger time and refining algorithm, reduce the interruptions to coding.
  • Resolved the issue of extra ) and } symbols in JetBrains plugins.

2 Code Review Enhancements

  • Set gitdiff as default option, Optimize code review commands.

3 Code Q/A Enhancements

  • Automatically retrieves and highlights relevant code snippets. Avaliable both with VS Code and JetBrains.

4 VS Code Plugin Optimizations

  • Remove unnecessary dependencies, reduce plugin size.

5 Fix Bug

  • Fix issues with embeddings failing due to large code chunk sizes, also support retry.
  • Fix errors of line number when highlight code blocks.

2. Code Review

1 New Syntax Analysis Tool

  • Support static syntax analysis for popular languages(Python, Go, JavaScript, Java etc.)

2 New Code Review Config Settings

  • Support config rules in setting page, include review style, comments language, analysis tools and code review rules.

3 New Chat Mode

  • Supports replies on GitLab Comments, users can direct chat with the CodeReview bot.