autocomplete isn't as good in .tsx as in .ts files #8812
Labels
bug
[core label]
language server
An umbrella label for all language servers
language
An umbrella label for all programming languages syntax behaviors
stale
Label used by `stale` action
tsx
TypeScript JSX support
Check for existing issues
Describe the bug / provide steps to reproduce it
Having issues using autocomplete in
.tsx
files. The steps to reproduce provided below is an example of it not working when referencing interface fields, but the autocomplete is in general worse in.tsx
files compared to.ts
files.Autocomplete still works for some features, such as destructuring, so it isn't entirely turned off in .tsx files.
Have tried reinstalling typescript-language-server as suggested in #4628 (comment), but this does not seem to fix this issue for me.
.tsx
file.MyType['someField']
.ts
fileEnvironment
Zed: v0.124.8 (Zed)
OS: macOS 14.3.0
Memory: 64 GiB
Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.If you only need the most recent lines, you can run the
zed: open log
command palette action to see the last 1000.https://pastebin.com/P8dG1dZy
The text was updated successfully, but these errors were encountered: