I was looking for a code editor that uses a browser rendering engine for its GUI, so I can work with code that processes various foreign languages ββin its own scripts.
I try to use Adobe Brackets, but when I create a new file, I canβt find a way to set the programming language to get syntax highlighting.
This happens, for example, when I go to File / New and then paste the code from somewhere like JSFiddle.
If I right-click on the file name in the left column, there is a rename menu item, but it does not respond, so I can not add the .js extension for my JavaScript file.
In the status bar in the lower right corner is the INS / OVR status switch and the lint indicator, but for a new unsaved file without an extension, it is inactive and cannot be changed.
There is a Language Support document page, but it seems to cover only deeper technical aspects, such as the editor API.
How to install a programming language? Is this editor just immature or is there a function that I cannot find?
source share