Bug Report
π Search Terms
autocompletion
π Version & Regression Information
- This changed between versions ^4.7.0 and ^5
- I was unable to test this on prior versions because some type features such as string literal manipulation are not available before 4.7
β― Playground Link
Playground link with relevant code
π» Code
Please go to the end of the code and try the defineConfig function:
defineConfig({
exclude: {
data: ["<cursor here, ctrl+space>"],
structure: {
schemas: ["secret", "<cursor here, ctrl+space>"],
tables: ["<cursor here, ctrl+space>"]
}
}
})
π Actual behavior
Between TS 4.7 and 4.9, we have autocompletion available for all array values under the exclude key
At TS 5 and above (I tried nightly as well), the autocompletion is gone
π Expected behavior
The autocompletion should work the same as with TS 4.7 and 4.9