-
Dear Community members , I have been thinking of introducing of some CSS language features namely Code lens and Peek references for selectors The above two features has been prototyped and being experimented in this PR I have definitely experienced the need for the above features when working with large react projects that involves a huge deal of selectors which are modular . A quick action to find the usages of the selectors is super helpful to perform any further refactoring. However the current prototype I have drafted comes with a performance hiccup both run time and memory. I have tried to optimize it as much as possible but still not ready to ship it without optimizing further and provide a zero cost solution. So answering the questions will be helpful to proceed any further
If you have come across this thread on your spare time , do throw in your feedback. It will be helpful for me to take a decision and spend further time on it |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
These would be great! 😍 Personally, I would gladly pay a small performance penalty for the Peek Reference feature. If it slowed down my editor too much, I would disable it (hopefully there would be a way to disable) I would personally disable the CodeLens version, since I disable all CodeLens decorations in my editor - I like having a consistent line height. |
Beta Was this translation helpful? Give feedback.
-
References and Code lens feature is out with v2.6.0 |
Beta Was this translation helpful? Give feedback.
These would be great! 😍
Personally, I would gladly pay a small performance penalty for the Peek Reference feature. If it slowed down my editor too much, I would disable it (hopefully there would be a way to disable)
I would personally disable the CodeLens version, since I disable all CodeLens decorations in my editor - I like having a consistent line height.