Akuli

Results 213 issues of Akuli

Should document: - what is a langserver, why we need them, what problem do they solve - what langservers does Porcupine come with by default - how are langservers configured...

docs

Steps to reproduce: - Create Python file that contain syntax error. (or any other error). - Run it in Porcupine, with output not going to external terminal. (Press Shift+F5 and...

help wanted
good first issue
run plugin

Just spent a while looking for a method that I just looked at, because I forgot its name. Might be nice if something sat quietly next to the editing area...

plugin idea

Idea: In the beginning of every `.py` file, let's add a comment that explains how developers feel about that file. This is important to know when you start editing a...

docs

![screenshot-1709825194](https://github.com/Akuli/porcupine/assets/18505570/51c54ff1-182b-4c29-a235-80ebb5cb1925)

tree-sitter highlighter

People are used to this with vscode and other similar editors, but Porcupine just complains that you specified a directory, not a file.

1. Open a file with more than 1 line of text 2. Select more than 1 line of text 3. Right-click Expected result: "Search selected text on Google" is grayed...

help wanted
good first issue

This would make the minimap plugin less annoying to use, and maybe I wouldn't disable it whenever I set up Porcupine for myself.

help wanted
good first issue

Running this program with output going into the Porcupine window freezes Porcupine: ``` for lel in range(100000): print("asd", end=" ") ```

run plugin
performance