Off Codium/windsurf auto suggestion
Wed Apr 09 2025 07:01:46 GMT+0000 (Coordinated Universal Time)
Saved by
@codeing
#javascript
#react.js
#nodejs
open setting in vs code (ctrl + ,) ,then go to search bar and search -->> .codeiumconfig
then open first opection , and click edit in setting.json . then redirect -->>
codeium.enableConfig and add this 2 line --->>>>
// aftr this line, the code is not visible in the provided snippet 53-54
"autoSuggestions": false,
"autoComplete": false,
content_copyCOPY
open setting in vs code (ctrl + ,) ,then go to search bar and search -->> .codeiumconfig
then open first opection , and click edit in setting.json . then redirect -->>
codeium.enableConfig and add this 2 line --->>>>
// aftr this line, the code is not visible in the provided snippet 53-54
"autoSuggestions": false,
"autoComplete": false,
Comments