Package com.intellij.psi.codeStyle

Provides interfaces for working with code style settings, invoking the formatter and getting name suggestions dependent on code style settings.

See:
          Description

Interface Summary
CodeStyleScheme  
CodeStyleSettings.ImportLayoutTable.Entry  
Indent Deprecated.  
 

Class Summary
CodeStyleManager Service for reformatting code fragments, getting names for elements according to the user's code style and working with import statements and full-qualified names.
CodeStyleSchemes  
CodeStyleSettings  
CodeStyleSettings.ImportLayoutTable  
CodeStyleSettings.ImportLayoutTable.EmptyLineEntry  
CodeStyleSettings.ImportLayoutTable.PackageEntry  
CodeStyleSettings.IndentOptions  
CodeStyleSettings.PackageTable  
CodeStyleSettings.PackageTable.Entry  
CodeStyleSettings.TypeToNameMap  
CodeStyleSettingsManager  
IdentifierRole Deprecated.  
NameUtil  
SuggestedNameInfo Represents an array of suggested variable names and allows to keep statistics on which of the suggestions has been accepted.
VariableKind Defines different types of variables for which the code style specifies naming settings.
 

Package com.intellij.psi.codeStyle Description

Provides interfaces for working with code style settings, invoking the formatter and getting name suggestions dependent on code style settings.