1

My intellisense had been working fine.. but after a recent upgrade it seems like things have broken:

enter image description here

classNames is used as a function, and filterBy is a previously defined variable - I don't understand why intellisense has changed to all of the sudden add ="" and ={} when grabbing these previously defined variables.. is there configuration I need to change?

1
  • I've seen this question too many times these days, it looks like some kind of update or something Commented Jan 25, 2023 at 15:25

1 Answer 1

1

I was able to fix this by removing the JavaScript and TypeScript Nightly VSC extension.

You can also workaround this issue by changing the setting 'JSX Attribute Completion Style' to none.

Sign up to request clarification or add additional context in comments.

1 Comment

thank you - I tried disabling the extension which didn't work for me.. but changing that setting to none did work!

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.