react-ts-css icon indicating copy to clipboard operation
react-ts-css copied to clipboard

Deprecated module informations

Open GeiOoo opened this issue 1 year ago • 3 comments

Describe the bug As soon as i alter a style, add a new css class or remove a existing one, the autocomplete and tooltip still shows the data before my code changes. I assume the extension does not recognize any code changes and therefor does not update its data.

To Reproduce Steps to reproduce the behavior:

  1. Define a css class with any CSS property
  2. Assign this class to a element
  3. Verify the peek CSS on hover is correct
  4. Change the CSS property to a different value

Expected behavior The peek CSS on hover should always display the correct value even after i changed it.

Screenshots image image image image

Desktop (please complete the following information):

  • OS: Windows 11 Enterprise
  • VS-Code Version: 1.81.1
  • Extension Version: v2.0.0

Additional context I assume the extension does not recognize any code changes and therefor can't update its store data. The issue extends to the fact that the auto-complete window shows deprecated information as well. Removing a existing CSS Class and adding a new one does not translate to the autocomplete window: image It even underlines a newly created CSS class: image

GeiOoo avatar Aug 23 '23 09:08 GeiOoo

Might be related to #93

Viijay-Kr avatar Aug 25 '23 14:08 Viijay-Kr

Should be fixed by #102

Viijay-Kr avatar Aug 27 '23 17:08 Viijay-Kr

@GeiOoo Is this issue fixed for you with the latest versions ?

Viijay-Kr avatar Dec 20 '23 09:12 Viijay-Kr