Experimental implementation of semantic highlighting for JavaScript development.
Every color is based on real data flowing through the app, not just an abstract syntax. So if the last value of a variable was a number, it would be blue. If it was undefined, it would be red. This makes it easy to spot bugs.
Follow me on @equiet to get the latest updates.
Go to Extension Manager in Brackets and look for recognizer
.
Clone this repository into Brackets' extensions/user/recognizer/
folder.
Working Files
).Please note that Recognizer will create a new .recognizer
folder in the project root. This is where all instrumented files are stored.
If you encounter any problems, more information might be available in the console (Debug -> Show Developer Tools).