Yan Pashkovsky
Yan Pashkovsky
There are no sounds of old keyboard or old computer beeps, noises or antything else. It would be cool if terminal emitted some "Tube sound" :) ## --- Want to...
See https://github.com/Microsoft/vscode/issues/33720 Test case ``` #!/bin/sh foo() { echo "starting …" } ``` Ellipsis symbol `…` makes vscode guess cp1252. UTF8 should have higher priority IMO
I use repo with about 5k c++ files, and every one-two days cquery starts a jobs of reindexing all source code base. What's the algorithm of deciding when to refresh...
It would be nice to have a completion for define, include, if, ifdef, elif, else, endif, undef, line, error and pragma
It would be useful to distinguish between mutable and immutable function arguments. Currently implemented in Eclipse CDT. E.g.: ```cpp void func(int a, int& b, const char* c, char* d); //...
svn diff | delta Delta behaves as less. Does it support plain diff format?
**Is your feature request related to a problem? Please describe** I read pdfs in Okular, Crow doesn't recognize selections there. **Describe the solution you'd like** 4 more global shortcuts, each...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
I have C source code file and Zeal doesn;t search over all C docs
Problem: I need to filter out all threads that are running on core 6 (CPUNR = 6). It would be handy if `` buttons would change sorting column, like in...