Akuli

Results 213 issues of Akuli

It goes into folded code, instead of skipping past it like it does without control

In the directory tree, after right-clicking a directory it would be nice to have an option "Open in terminal", instead of having to open a new terminal and `cd` to...

help wanted
good first issue
directory tree

Sometimes it takes a very long time (e.g. between 30sec and 60sec) for a langserver to compute a location after your Ctrl+click something. By the time it's done, I have...

This editorconfig file currently doesn't work as intended, because Porcupine assumes that things between `{` and `}` are treated literally as strings, and wildcards don't work: ``` root = true...

Open a file. While it is opening, press Ctrl+S. The file is saved as blank and the old contents are lost.

embarrassing

Can notice in cpu usage graph, even when editing small file

performance

Could extend the `matching_paren` plugin. Maybe the biggest challenge is finding key bindings that aren't in use yet :)

1. Save file to `foo.py` 2. In terminal, delete foo.py 3. Go back to porcupine, you get "Opening failed" error message. It would be nice to click a button that...

Sample output: ``` src/surface.hpp should add these lines: #include "linalg.hpp" // for vec3, vec4 src/surface.hpp should remove these lines: The full include-list for src/surface.hpp: #include // for GLuint #include //...

run plugin

Porcupine has a few things that are applied in the main widget to selected text or at the cursor location: - Edit --> Comment block - Edit --> Fold -...