Case transformation configuration #400
Schottkyc137
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As of 4f20cbd it is possible to enable case transformations for completions. So instead of completing
STD_LOGIC_VECTOR
, the user can now choose between lower case (std_logic_vector
), upper case (STD_LOGIC_VECTOR
) or pascal case (Std_Logic_Vector
). Yet, for productive use, not all completions should be transformed in the same manner. For example:constant FOO_BAR : std_logic_vector
I would like to discuss the most suitable configuration option. As an example:
There is also the question as to how granular these options should be. I.e., should it be possible to modify every single keyword? How are multiple categories (i.e.,
signals
andvariables
) aggregated?Beta Was this translation helpful? Give feedback.
All reactions