AxAssist - MS Dynamics AX Development Tool

Main Features Downloads Purchase Support  

Features

Contents
  1. All contents

  2. 1. Dynamics AX AOT
  3. 2. Dynamics AX Editor
    1. 2.1. Suggestions
      1. 2.1.1. Variable list
      2. 2.1.2. Variable names list
      3. 2.1.3. Name Matching
      4. 2.1.4. Acronyms
      5. 2.1.5. User list
    2. 2.2 Browsing and navigation code
  4. 3. Hotkeys
  5. 4. Settings
  6. 5. Code reformatter
  7. 6. How to...
    1. 6.1. How to add new button on toolbar
    2. 6.2. How to add new hotkey
    3. 6.3. How to use your text as suggestion
      1. 6.3.1. In User list
      2. 6.3.2. In Acronyms list
    4. 6.4. How to customize tooltips
    5. 6.5. How to set up the auxiliary panel (HelpPane) in Dynamics AX Editor
    6. 6.6. How to start AxAssist after Dynamics AX startup
Code reformatter

Code reformatter makes code more readable.

Example:

Code before reformatter:



Code after reformatter:



This behavior is activated by 4th hotkey (by default).

Settings



Common settings
  • Use Tab - If checked every Indent will be increased to nearest right Tab position (1-5-9-13...).

Method parameters
  • Move first type and variable to next line -
    If checked - move first type and variable to next line after function definition.
    If not checked - first type and variable are on the same line with function definition.
  • Indent 1 - number of spaces between "(" and the first type.
  • Indent 2 - number of spaces between type and variable.
  • Indent 3 - number of spaces between '=' and the longest variable with '='.

Method variables
  • Indent 1 - number of spaces between left border (col = 1) and type.
  • Indent 2 - number of spaces between type and variable.
  • Indent 3 - number of spaces between '=' and longest variable with '='.
© 2011 - axassist.com