PipeTableFormatter
PipeTableFormatter copied to clipboard
Small plugin to format table delimited by pipe "|"
Greetings, Would love to know when this plugin will be updated to work with the latest version of IntelliJ IDEA? Thanks!
Example Patient Date of Birth|Patient Gender|Patient State |M|IN |F|TX |F|MD |F|TX |F|TX |F|MD formats as ``` Patient Date of Birth | Patient Gender | Patient State | M | IN...
Hi @anton-dev-ua , thank you for this plugin, it's making my life so much easier! I ran into the issue where running the plugin successive times effectively changes the content...
``` a|b "a"|"b" ``` currently formats to ``` a | b a | b ``` but it should format to ``` a | b "a" | "b" ```
Present an option to re-pack file in original unformatted state with no whitespace directly before/after pipes. Work flow is - format to edit - edit columns - re-pack/reverse format
Anton, I could really make use of your code here as a component of something I am building, but you do not have a license. Would you be open to...
I'm using v0.5.0 in PyCharm Community 2017.2.3. When I use Format, it removes the indentation, e.g. 4 spaces. It should instead detect correct level of the indentation and preserve it...
I'm using v0.5.0 in PyCharm Community 2017.2.3. ``` my_cases = """ food | barley 1 | 11 2 | 22 """ ``` When I use "Format Preserving Outer State", it...
It would be nice if there would be a way to use this plugin to export the results of a query (in datagrip of with the sql plugins in any...
e.g. ``` x|y "x-value"|"y-value" "xxx"|"yyy" ``` should format to ``` x | y "x-value" | "y-value" "xxx" | "yyy" ```