Repository Analysis

lapce/lapce

Lightning-fast and Powerful Code Editor written in Rust

0.4 Likely human-written View on GitHub
0.4
Adjusted Score
0.4
Raw Score
100%
Time Factor
2026-05-30
Last Push
38,477
Stars
Rust
Language
72,930
Lines of Code
187
Files
19
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 1HIGH 0MEDIUM 0LOW 18

Pattern Findings

19 matches across 2 categories. Click a row to expand file-level details.

Over-Commented Block18 hits · 18 pts
SeverityFileLineSnippet
LOW.rustfmt.toml1max_width = 85
LOWlapce-rpc/src/file.rs321 }
LOWlapce-proxy/src/plugin/dap.rs281 // if let Ok(response) = self.dap_rpc.threads() {
LOWlapce-proxy/src/plugin/wasi.rs321 plugins.push(metadata);
LOWlapce-proxy/src/plugin/wasi.rs341/// let mut file = File::create(parent_path.join("volt.toml")).unwrap();
LOWdefaults/run.toml21# [configs.env]
LOWlapce-core/src/language.rs121 grammar: Option<&'static str>,
LOWlapce-core/src/syntax/highlight.rs121 ///
LOWlapce-app/src/snippet.rs141 // is always equal to the symbol `$`;
LOWlapce-app/src/command.rs201
LOWlapce-app/src/completion.rs41 /// An input id that is used for keeping track of whether the input has changed.
LOWlapce-app/src/doc.rs1101 // if let Ok(ProxyResponse::LspFoldingRangeResponse {
LOWlapce-app/src/app.rs121struct Cli {
LOWlapce-app/src/proxy/remote.rs81 // Note about platforms:
LOWlapce-app/src/config/color_theme.rs41pub struct ThemeBaseConfig(pub BTreeMap<String, String>);
LOWlapce-app/src/terminal/data.rs261 );
LOWlapce-app/src/terminal/view.rs721 // .min(term.bottommost_line());
LOWlapce-app/src/terminal/view.rs741 // * line_height;
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippet
CRITICALlapce-app/src/editor/view.rs482 let find_visual = self.editor.common.find.visual.get_untracked();