-
This is my CocInfo when I enter a *.html file
```
## versions
vim version: VIM - Vi IMproved 9.0 9000447
node version: v16.13.0
coc.nvim version: 0.0.82-b7375d5f 2023-01-30 05:09:03 +0800
co…
-
Is it possible to load any phpcs.xml containing a ruleset?
-
**Date accepted:** 2024-04-25
Submitting Author Name: Ronald M. Visser
Submitting Author Github Handle: @RonaldVisser
Repository: https://github.com/RonaldVisser/dendroNetwork
Version submitte…
-
**Version Used**: 2.6.0.6232903
Visual Studio 2017 marks `Bar()` with red squiggle before project is built:
![squiggle](https://user-images.githubusercontent.com/1970951/35514725-3178892a-0518-11e8-…
-
I have a flask project where imports should not be sorted.
I solved this by setting
```
{
"python.formatting.autopep8Args": ["--ignore", "E402"]
}
```
on `coc-settings.json`, but, this disabl…
-
**First of all, thank you for your work, I think it is awesome.**
I have encountered this problem using your plugin:
When I press _Enter_ Vim goes to the next line instead of selecting the highli…
-
### :CocInfo
```
## versions
vim version: NVIM v0.8.3
node version: v18.15.0
coc.nvim version: 0.0.82-b7375d5f 2023-01-30 05:09:03 +0800
coc.nvim directory: /home/ubuntu/.local/share/nvim/plug…
-
Basically load `.wasm` files.
Capabilities:
- provide new commands,
- hook on events,
- call helix commands,
- access UI stuff…?
At first we could use a basic toml config file or CLI to feed…
-
**Describe the bug**
Pyright doesn't seem to use the return type hint of `__truediv__` method when analyzing a division operation.
**To Reproduce**
See code example. Note that the return type of …
-
Please describe the problem.
When my cpp file has more lines (more than 300 lines), the autocompletion starts lagging behind. This is my source code: https://codeforces.com/contest/1710/submission/17…