Code Rocket for Visual Studio - Getting Started
Thank you for your interest in Code Rocket for Visual Studio. Code Rocket for Visual Studio brings our detailed pseudocode and flowchart design support to Visual Studio. Pseudocode and flowchart is available on demand for any method which can be edited, with code automatically generated.
This guide will walk through the basic operation of Code Rocket for Visual Studio.
Note: You may need to disable the "Optimize rendering for screens with different pixel densities" in the Environment / General section of the Visual Studio options in newer versions of Visual Studio.
Designing a method with pseudocode and flowchart
-
Create a new C# project in Visual Studio (the same applies to C/C++ and Visual Basic with different syntax).
-
Place your cursor in a blank method.
-
Select the Pseudocode Editor from the View menu.
-
The pseudocode editor will become visible and you can position it to your own preference.
-
Enter the following pseudocode.
-
Press the commit button and confirm that you would like to update the method's code.
-
The method will be populated with skeleton code that is ready to be implemented.
-
Select the Flowchart Editor from the View menu.
-
Position the Flowchart Editor to your preference.
-
Move your cursor into the code editor and see the associated symbol highlighted in the flowchart.
-
Implement the following code and watch the flowchart updating.
-
The flowchart symbols turn green when they have code associated with them.
-
You can make further edits to the flowchart by dragging and dropping or double-clicking symbols.
-
Press the commit button and confirm that you would like to update the method's code.
|
Tweet |