Wikipedia:User scripts/Guide: Difference between revisions

Content deleted Content added
Built-in scripts: This introduced confusion between built-in JavaScript and predefined page names. I described the first one. The viewed page doesn't make a lot of difference as of today, so I removed its mention.
Text editors and debugging: this was written in 2007; in 2024, any mainstream editor supports UTF-8
Line 202:
 
== Text editors and debugging ==
 
=== Text editors ===
You can use anything from a simple [[text editor]], to a more feature-packed [[code editor]] or [[Integrated development environment|IDE]]. Here are some features we recommend:
 
* Color code JavaScript code
* Quickly insert standard JavaScript keywords and methods with([[code {{keypress|Ctrl|Enter}}completion]])
* Show the list of all functions and quickly jump to any function
* [[Code folding]]
* If you plan to use non-ASCII characters in string, your text editor should support [[UTF-8]].
 
Here are some recommended editors, by operating system.
Line 215:
* Windows
** [[VS Code]] (cross-platform)
** [[Notepad++]]
* Mac OS X
** [[Xcode]]