Advanced internal previewAdvanced project managementBuilt-in FTP/SFTP/FTPS clientCode navigationCodeFoldingCodeLibsCodeSnippetsCSS InspectorCSS IntelliSenseCSS TidyCustomizable interfaceDocument overview treeHTML InspectorHTML IntelliSenseHTML Tidy supportIntegrated W3C validationJavaScript IntelliSensejQuery IntelliSenseMySQL database clientPHP debuggingPHP IntelliSensePHP profilingPHP Tidyphpdoc supportQuickEditReal-time HTML and CSS validation with AutoFixReal-time PHP syntax checkingScripting supportSearch & replace in multiple filesSplit view editingSQL IntelliSenseSyntax coloring and wordwrapWebDebug
All features
IntelliSense
IntelliSense is basically a set of functions which will allow you to write code more accurate and a lot faster. As you type, WebCoder will show a list of contextual suggestions for you to choose from, and you can accept the selection with Enter, Tab, Space or the mouse.HTML IntelliSense will assist you in typing HTML tags, attributes, their values and even HTML entities. PHP IntelliSense will access the huge PHP function and class library to help you use the core PHP functionality, while parsing your code to make suggestions for your own variables, objects, functions and constants.
CSS IntelliSense will help you with properties and their values, while JavaScript IntelliSense uses information from the JS Core, the DOM as well as your own code to make proper suggestions. Support for the jQuery framework is present as well, and with the jQuery IntelliSense functionality, you will be aben to utilize the cool jQuery framework with greater ease.
With SQL IntelliSense, WebCoder accesses your database to be able to suggest table and column names along with the reserved words of SQL.
Debugging
With PHP debugging, WebCoder can help you understand how your code works, or perhaps even more valuable, why it doesn't work in some situations.The WebDebug feature allows you to see your website in the preview browsers and then work with specific elements of it. Adjust the look of the page by changing and adding CSS properties and see the results in real time.
Code validation
Bring better code to the web today. WebCoder comes with real-time HTML and CSS validation with AutoFix, which checks your code for a wide range of common problems. Once detected, WebCoder will offer a solution to the problem and, in most cases, offer to automatically fix it for you.With the Integrated W3C validation you can have your HTML and CSS validated by the W3C validators directly in WebCoder, with the results displayed internally. Navigate to a problematic line simply by clicking in the result.
Use the PHP executable from php.net to make WebCoder perform real-time PHP syntax checking of your PHP code. This will allow you to resolve any problems before they reach your website.

