Gontran Baerts
Gontran Baerts
**Is your feature request related to a problem? Please describe.** DoGe is great to generate the docblock for a function that doesn't have already one. But when the signature of...
It seems that just creating a new reference to a tree node is enough for `getRefsResolvingTo()` to return a Set with one Ref pointing to this tree node. My question...
**Describe the bug** When setting the buffers builtin section to sort buffers by name, buffers are not correctly alphabetically sorted.
**Is your feature request related to a problem? Please describe.** I would like to use my own bindings for builtin sections. **Describe the solution you'd like** Add a `bindings` option...
Hello, Given this code sample: ```javascript import { Model } from "objectmodel" const classSchema = { id: String, lastName: [String], firstName: [String] } const defaultValues = { lastName: "a" }...
Hello, With the following code: ```js myContainer.get(myToken) ``` is there a useful way in VSCode to navigate directly to the implementation of `myToken`? I think to something similar to `Ctrl...
**Is your feature request related to a problem? Please describe.** I would like to use this char `` for the right arrow (a char from the NERD font). But the...
Hi! Thank for this very useful plugin. When navigating with j/k, the preview window is updated immediately. When holding down j/k to navigate quickly among files, it makes the navigation...
Hi! Thank you for this very useful plugin. Could it be possible to enhance it to specify a list of paths for the workspaces? The type of the `workspace` setting...
I use the [LinuxServer.io socket-proxy](https://docs.linuxserver.io/images/docker-socket-proxy/) service to connect WUD to the Docker socket. WUD is able to get running containers and detect updated images. WUD downloads the new image, stop...