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
i'm having the same issue with reactSnippets.settings.importReactOnTop setting. Even setting it to false it still keeps showing up with the rfce snippet.
same issue, my setting snd settings.json has - "reactSnippets.settings.importReactOnTop": false,
but still rafce is importing the react at top. please fix it.
have restarted and reloaded the VS CODE
Activity
ice-chillios commentedon Feb 27, 2022
@DavidArmendariz please provide full settings.json related to
reactSnippets
and some repro as on my end works fine.DavidArmendariz commentedon Feb 28, 2022
@dsznajder I don't have any other configurations related to
reactSnippets
. I only have this in mysettings.json
:The repro would be to type some command like
rafce
. It would give me something like this:ice-chillios commentedon Feb 28, 2022
Did you reload vscode after changing this settings as extension said?
DavidArmendariz commentedon Feb 28, 2022
@dsznajder Yes!
saulloalmeida commentedon Mar 22, 2022
i'm having the same issue with reactSnippets.settings.importReactOnTop setting. Even setting it to false it still keeps showing up with the rfce snippet.
opes commentedon Apr 6, 2022
I had this same issue recently start happening. I resolved it by toggling the setting on & off again, then invoking
Developer: Reload Window
.notkiran commentedon Apr 11, 2022
same issue, my setting snd settings.json has -
"reactSnippets.settings.importReactOnTop": false,
but still rafce is importing the react at top. please fix it.
have restarted and reloaded the VS CODE
dougbeckwith commentedon Apr 15, 2022
I'm also having the same issue with ImportReactOnTop setting not working
settings.json is set to this
"reactSnippets.settings.importReactOnTop": false,
When i use the rafce snippet it generates
please fix thanks :)
bradenmitchell commentedon Apr 29, 2022
I am also experiencing this issue. I have done the following steps and it still places the import statement at the top:
"reactSnippets.settings.importReactOnTop": true
rfc
confirm import statement is present"reactSnippets.settings.importReactOnTop": false
rfc
confirm import statement is still present (should not be present)Jolsty commentedon Nov 14, 2022
I am also having this issue. I am running the latest version (4.4.3) with the setting on false and it still imports React when i use the snippets
csfx-py commentedon Nov 20, 2022
have the same issue, any updates on this?
push-on commentedon Dec 28, 2022
disabling and enabling it fixed for me.
but this solution is not permanent
Jolsty commentedon Dec 30, 2022
I found that disabling this experimental setting made it work properly again!
2 remaining items