janisdd

Results 92 comments of janisdd

I’m not sure if this is in the scope of this extension… There are others, e.g. https://marketplace.visualstudio.com/items?itemName=phplasma.csv-to-table or https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv which might be more suitable for that. Adding additional spaces would...

This might not help much but #89 allows to use fixed-width font in the table

I just found out today that https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv can format csv files to align columns. Open the command palette and search for `align csv columns` Ignoring spaces before and after separators...

I'll look into this. However, I think most people (including me) want to see the raw csv file first (e.g. to work with the rainbow csv plugin) and open the...

The whole shortcut thing is a bit tricky. I have no idea what and how many handsontable assigns by default (probably also depending on the OS). I'm also not sure...

I tried some stuff but nothing worked... Think this cannot be fixed atm, I opened an issue here https://github.com/microsoft/vscode/issues/101750

See [https://github.com/microsoft/vscode/issues/3025](https://github.com/microsoft/vscode/issues/3025)

I did some testing but couldn't get it to work as some css/js files are not loaded... Here is a list of extensions where some probably use a webview too:...

There are currently some dependencies that block this (modules) - `chokidar` (file watching) maybe we need to drop this feature for the web-extension? - maybe the new watcher can handle...