Could you provide a Build in feature to Minify and Unminiy the code like JavaScript, CSS, etc.
It might be very helpful because it is usually hard to copy paste code here to there.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
I don't think Vim needs to have such builtin feature. Plugins would be sufficient.
—
You are receiving this because you commented.
@vim-ml Minification is the process of removing all unnecessary characters from the source codes of interpreted programming languages or markup languages without changing their functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute. Minification reduces the size of the source code, making its transmission over a network more efficient.
For unminify here is a ans from stackoverflow. Now, maybe you understood what I am looking for.
—
You are receiving this because you were mentioned.
I am closing this, as I don't see why this needs to be in the core. A plugin should work and might possibly already exists.
—
You are receiving this because you were mentioned.