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
Thanks tkutlic This was exactly what I've been searching for. I use Windows 10 and it worked for me. Yes I still use brackets, my favorite code editor. I have tried vscode but can't find the equivalent extensions that I frequently use in brackets. So I am very happy someone has brought this project back to life.
I work on Mac. I noticed that Brackets does not recognize optional chaining.
If anyone has problems with the newer javascript syntax this is a quick fix (on Mac):
Go to CodeMirror github:
https://raw.githubusercontent.com/codemirror/CodeMirror/master/mode/javascript/javascript.js and download this file
Go to:
/Applications/Brackets.app/Contents/www/thirdparty/CodeMirror/mode/javascript
Replace the existing file with the downloaded file
Just in case, don't delete the old file, but rename it to old_javascript.js :)
Disclaimer:
Of course, if this worked for me - it doesn't mean that it will work for everyone :)
The text was updated successfully, but these errors were encountered: