Software Archive
Read-only legacy content
17061 Discussions

Clean up the intel xdk Develop coding

Muhammad_Y_Efendi
239 Views

 

Does anyone know how to clean up Develop javascript coding?

Sometime my javascript is not clean very well, and I need to clean it up to get better understanding.

Thanks,

0 Kudos
1 Solution
PaulF_IntelCorp
Employee
239 Views

Use a beautify tool for JavaScript. There are many out there, that can be added as extensions or plugins to your editor or run directly at the command-line. If you're using the XDK, there is a beautify plugin that can be added to the built-in Brackets editor. Just click the "lego block" icon near the upper right of the edit window and search for "beautify" in the dialog box that appears.

View solution in original post

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
240 Views

Use a beautify tool for JavaScript. There are many out there, that can be added as extensions or plugins to your editor or run directly at the command-line. If you're using the XDK, there is a beautify plugin that can be added to the built-in Brackets editor. Just click the "lego block" icon near the upper right of the edit window and search for "beautify" in the dialog box that appears.

0 Kudos
Muhammad_Y_Efendi
239 Views

 

Wow, perfect!!
Thanks, Paul

 

0 Kudos
Reply