lapce icon indicating copy to clipboard operation
lapce copied to clipboard

Lightning-fast and Powerful Code Editor written in Rust

Results 529 lapce issues
Sort by recently updated
recently updated
newest added

I was curious about this editor after seeing a post on Hacker News. I downloaded and quickly tested it. In my opinion a good canary test is looking for memory...

A-ui
C-perf

I could get a mostly reproducible crash doing the following: 1. Open Lapce, and any file in the editor 2. Keeping (left) Alt key pressed, double-click here and there in...

When running the latest nightly on Windows 10, Lapce doesn't draw the Window border/decorators correctly on startup. ![image](https://user-images.githubusercontent.com/709695/187439490-11abfacc-254f-461a-9869-d4397bc7a50a.png) Resizing the window in any way fixes the border. ![image](https://user-images.githubusercontent.com/709695/187439897-5f8903d2-a37f-4a92-aee8-f7fa80214047.png) I think...

C-bug
P-windows
A-ui

.cjs and .mjs extensions are not recognized as JS/TS files. More info: https://www.typescriptlang.org/docs/handbook/esm-node.html#new-file-extensions

Add an option to wrap lines to the width of the editor window, so the whole line fits the screen at once

C-feature
A-ui
A-editor

``` error[E0599]: no variant or associated item named `Toml` found for enum `LapceLanguage` in the current scope --> lapce-data\src\data.rs:2746:41 | 2746 | doc.set_language(LapceLanguage::Toml); | ^^^^ variant or associated item not...

A-dev
C-crash 💥

Hi, First of all.. finally! This project is awesome. I wanted to ask whether it would be possible to show the path to the current file. Sublime does it in...

C-feature
A-ui

If for example I'm trying to refactor a type declaration `Type`, any variable named `type` will also get selected for being edited. As well as vice versa. I know that...

C-feature
A-ui

Hi, It seems that Lapce doesn't support font stacks (i.e., a list of font families separated by commas, the first one available on the system being applied). For reference, I...

C-feature
A-documentation
A-editor