Gontran Baerts

Results 10 issues of 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...

feature
help wanted

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

❔ question

**Describe the bug** When setting the buffers builtin section to sort buffers by name, buffers are not correctly alphabetically sorted.

bug

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

enhancement

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

enhancement

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

enhancement
help wanted

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