Typescript autocomplete broken with latest typescript version (4.4.2)
See original GitHub issueBug report
The autocomplete is broken for the styled
function with typescript versions ^4.4.2 which is the latest stable version.
To Reproduce
- Create a new react app with typescript
npx create-react-app --template typescript
- Add stitches to dependencies
npm i @stitches/react
- Import stitches with
import { styled } from '@stitches/react'
- Try invoking autocomplete for css attributes.
Expected behavior
All css attributes should be shown in autocomplete menu
Screenshots
with TS compiler version 4.4.2
with TS version 4.3.5 (from stitches repo package.json
file)
System information
- OS: macOS Big Sur 11.4 on M1 Macbook Pro
- Version of Stitches: 1.0.0
- Version of Node.js: v16.5.0
Additional context
- VSCode version: 1.60.0
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Typescript autocomplete broken with latest typescript version ...
The autocomplete is broken for the styled function with typescript versions ^4.4.2 which is the latest stable version.
Read more >[VS2022] [intellisense] Typescript autocomplete not working ...
I hadn't this problem with VS2019 (16.11.5) and the problem does not happens with C# code, only with typescript (4.4). Visual Studio ...
Read more >TypeScript version mismatch in Visual Studio 2022
A solution I found and hope it's working for you. First, run Visual Studio installer and click "Modify" on your version (sorry the ......
Read more >Documentation - TypeScript 4.3
In recent versions, TypeScript introduced a new type construct: template string types. These are types that either construct new string-like types by ...
Read more >Announcing TypeScript 4.5 - Microsoft Developer Blogs
TypeScript 4.5 introduces a new utility type called the Awaited type. This type is meant to model operations like await in async functions, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi! This has been released to Stitches v1.1.0
Wow that was quick!