Akuli
Akuli
I use `clangd` with Porcupine when editing C code. It sometimes crashes. To restart it, I need to close all C files and reopen the file I want to edit....
pip fails with: ``` ERROR: Could not find a version that satisfies the requirement tree-sitter-builds==2023.3.12 (from versions: none) ERROR: No matching distribution found for tree-sitter-builds==2023.3.12 ```
Some people don't like having a directory tree in their editor. The obvious thing to do is disabling the `directory_tree` plugin. Currently it breaks other plugins (#1445), but it also...
This is a tooling idea that isn't really specific to Porcupine, but would be useful for Porcupine. Consider this situation: 1. I run into a problem when developing Porcupine. 2....
I'm no longer happy with some of the things it does. There are many small problems, so I decided to just make one issue about them. In #1193, I discovered...
CI: create-release and upload-release-asset actions are outdated and they emit deprecation warnings
I get this when releasing Porcupine: 
When releasing Porcupine in CI, I get:  I am already using the latest version of `battila7/get-version-action`, and it doesn't seem like this will get fixed any time soon: https://github.com/battila7/get-version-action/issues/22...
Currently, Alt+T replaces "this match", i.e. the match you have selected. Alt+S for replacing "selected match" might be better, because the S key is closer to A and Alt in...
I often do this: 1. Open a Python file 2. Use Shift+F8 to run tests with something like `python3 -m pytest` 4. Open a JSON file that caused tests to...
The `git restore` button in the right-click menu of the directory tree is kinda dangerous:  It tells Git to restore the file to the version of...