The highlighting of keywords, ASDoc tags, TODO tokens, comments, constants, XML tags and attributes makes your code easy to read and debug.
Semantic Code HighlightingWriting code is much faster with intelligent auto-completion.
When you type in several characters of the identifier name, the most appropriate identifiers for the context are suggested in the auto-completion window.
You can either keep typing or simply choose the identifier from the list by pressing Tab to complete the code with the suggested name.
Smart Auto-CompletionWriting parameters is faster with CodeDrive Parameter Info feature which opens the Parameters list to give you information about parameters required by a function.
Parameter InfoCodeDrive's Quick Info option shows the complete declaration for any identifier in your code under mouse cursor.
Quick InfoWhen you add a class name without an appropriate import statement, CodeDrive will automatically add such an import statement to your package.
Auto ImportCodeDrive helps you to get advantage from frequently used pieces of source code (code snippets). Using code snippets allows you to insert the frequently used code constructions with short aliases.
CodeDrive has about twenty ready-to-use code snippets built in. Code snippets makes input much faster for package, class, interface, method, constructor and key ActionScript constructions like if, do..while, while, try...finally.
Code SnippetsCodeDrive helps you write code faster automatically closing braces for expressions and blocks. When you type ( or [ CodeDrive will automatically add closing ) or ] on the same line. When you type { CodeDrive will add } on a new line in the corresponding position.
Auto-closing BracesCodeDrive helps better understanding your code highlighting pairs of matching (), [] and {} braces.
Highlight Matching BracesCodeDrive helps better understanding your code highlighting ASDoc comments.
Highlight Matching BracesCodeDrive underlines every color with the respective color.
Underline colorCodeDrive saves time searching for the cursor when navigating files and changing focus.
Highlight Current Line
CodeDrive provides quickly comment or uncomment line and selected code.
You can use Ctrl+E+C to comment, Ctrl+E+U to uncomment.
CodeDrive inserts the appropriate comment token on the next line automatically
after pressing Enter inside a multi-line comment.
CodeDrive allows to collapse/expand some part of your code: functions, classes, comments making your code navigation more comfortable.
OutliningCodeDrive provides highlight references to symbol at the caret position automatically.
In a code file in the editor, when you click a symbol, all instances of the symbol are automatically highlighted. Highlighted symbols may include declarations and references, and generally anything else that Find All References would return. This includes the names of classes, objects, variables, methods, and properties.
Find ReferencesTriple Click simple feature that migrated from other editors, it selects whole line on triple click.
Fix Mixed Tabs detects when you have mixed tabs and spaces and offers to fix them for you automatically.
Since CodeDrive is based on Visual Studio, one of the most advanced IDEs, all standard Visual Studio features are also available for Flash developers in CodeDrive.
CodeDrive is a high-perfomance ActionSript 3 IDE based on Microsoft Visual Studio® 2010 - an industrial strength development environment widely recognized among professional developers all over the world. CodeDrive – a high performance Flex development environment – is a valuable contribution to Flash game development or mixed Visual Studio and Flash projects. CodeDrive’s comfortable programming environment with fast ActionScript 3 compiler helps Flash developers and everybody who is interested in Flash programming to increase the productivity of complex rich media projects development.
CodeDrive enables for .NET developers to create Flash fontend for their applications in the same IDE. Instead of using separated Flex IDE and manually invoking the compiler they can develop application in the familiar surroundings.
CodeDrive provides the advanced implementation of the Intellisense for ActionScript code that increase development performance, while real-time error highlighting allows writing clear code with maximum effectiveness and no need to debug.
CodeDrive helps to easily find the required flash as3 code and quickly make necessary changes with the effective navigation features like Navigation Bar, Object Browser, Class View, Find All References, Go to Definition, Go to File Member and others.
CodeDrive Flash Debugger allows for rapid search and correction of errors. Advanced Flash Debugger in CodeDrive supports simple and conditional breakpoints, break on hitCount, call stack, and interactive expression evaluation. Unique feature of CodeDrive Debugger is joint debugging of Flash projects with any Visual Studio projects (.Net or native), and simultaneous debugging of multiple Flash projects.