Add feature to format code using different styles defined by user previously
Now it can format code using only one selected style
                1
                 vote
              
            
 Anonymous
    
 shared this idea
Anonymous
    
 shared this idea
      
    You can now quickly change formatting profiles in the popup menu ‘Active Format Profile’.
- 
       Anonymous
    
 commented Anonymous
    
 commentedSometimes I need to format my code using different formatting styles: 
 First style:
 SELECT a, b, c, d, e FROM tabSecond style: 
 SELECT
 a,
 b,
 c,
 d,
 e
 FROM tabOr such way: 
 SELECT
 a
 ,b
 ,c
 ,d
 ,e
 FROM tabI imagine I select a text, press shotcut and selected text becomes formatted by my predefined style. 
 
        