Akuli
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...
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...
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...
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...

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...
This would make the minimap plugin less annoying to use, and maybe I wouldn't disable it whenever I set up Porcupine for myself.
Running this program with output going into the Porcupine window freezes Porcupine: ``` for lel in range(100000): print("asd", end=" ") ```