-
Would it be possible to have an option to auto-import based on the current directory's `go.mod`?
I'm thinking of something like the [gore](https://github.com/x-motemen/gore) `-autoimport` option.
-
Od Filipa mám poznatek
auto import / proarc-test.libj.cas.cz -> kramerius-test.lib.cas.cz
NDK PSP nefunguje - chyba, kterou mi ProArc ukazuje je v příloze (ve správě procesů K7 se nic n…
-
I am playing with the pymple's autoimport feature. It shows weird results:
I am not sure if this is intended. I am on a Mac so `.Users.yichaozhou.Sources.autoimport.autoimport.entrypoints.cli` is…
-
# Context
At the moment of writing, when a new show has to be added to the project, an `INSERT` command needs to be added to the related bot migration. This is tedious and not scalable, especially …
-
## Description
It seems that the new release of `maison` is breaking `autoimport`.
As per https://github.com/dbatten5/maison/releases:
- Renaming `ProjectConfig` to `UserConfig`
## Steps t…
-
Hi!
This my first issue :)
I have a problem with integration storybook 8+ and nuxt 3.11+, auto imports is not working in testing components.
Example _TestingComponent.vue:_
```
import { ref }…
-
### Reproduction
https://formkit.link/dbdb24ae586ee591f1fc982ce09bc04f
### Describe the bug
**Note the issue can not be reproduced in the playground, only in a Nuxt app.**
When using `@formkit/n…
-
To discuss if we would like to use Nuxt autoimports or explicit imports.
Solve Pinia autoimports
@janmichek @lukeromanowicz
-
### Describe the bug
#### Problem:
When using the `@primevue/nuxt-module` with the following configuration:
- `autoImport: true`
- `components.prefix` set to a custom value (e.g., `"Prime"`)
…
-
The coc-tsserver option `typescript.suggest.paths` does not work with snippets.
I created a snippet for useRef.
```ultisnips
snippet user "useRef(defaultValue)" b
const ${1:ref} = useRef(${2:…