You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On WebStorm, with the ESLint plugin, it is possible to get a context action that allows for adding/removing dependencies to React hooks such as useCallback, useMemo, useEffect, etc.
Example with the ESLint plugin:
It has been discussed on biomejs/biome-intellij#1 (comment) that a code action would be required if we wanted the WebStorm plugin to automatically suggest a context action within WebStorm's plugin.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
On WebStorm, with the ESLint plugin, it is possible to get a context action that allows for adding/removing dependencies to React hooks such as
useCallback
,useMemo
,useEffect
, etc.Example with the ESLint plugin:
It has been discussed on biomejs/biome-intellij#1 (comment) that a code action would be required if we wanted the WebStorm plugin to automatically suggest a context action within WebStorm's plugin.
Beta Was this translation helpful? Give feedback.
All reactions