JBUILDER8 development environment

zhaozj2021-02-16  55

1. Keyboard settings: My development environment of Visual Studio is very familiar, natural keymap To select "Visual Studio", as shown below:

At the same time, you need to customize, enabling the development environment of Visual Studio, as shown below:

Here, I re-set the acceleration key of the code line indentation (Accelerate Key).

2. Auto-indentation settings: When needed to be consistent with the mains of the previous row, keep alignment, set the following picture: (Note the red box identification)

3. Fast recognition of members variables, parameters, classes

Member Variable: In the editing area, the cursor click on a member variable name, and press CTRL H at the same time. If the member variable has been declared, the information window will pop up and display the relevant information of the member variable, if the member variable name The name of the member variable with the statement is only different. When Press CTRL H, the error of the error will be automatically corrected.

Parameters: I wrote a function statement Request.getParameter ("abc"), which is clear: there is only one parameter, and this parameter is String, if I write Request.GetParameter (Test), the parameter TEST is a variable, this When you want to know the type of getParameter function parameters, it is not possible to see it directly. The cursor clicks on the parameter name in the getParameter function (this is TEST), press CTRL SHIFT SPACE, and the relevant information of this parameter can be seen in the pop-up window.

Class: I click on the String class name, and press CTRL ALT SPACE to pop up the information about the String class:

转载请注明原文地址:https://www.9cbs.com/read-18898.html

New Post(0)