Dmitry Ignatovich
Dmitry Ignatovich
@lucky-wolf You can check if it is working or not by hovering your cursor over the comment line: instead of the column info it will show "Comment" or something like...
@Timmmm, I can! And I actually already implemented this in the "rfc" branch along with many other changes. I am planning to publish a new version in about 2 weeks.
I just published a new release 3.0.0 which should highlight the comments with the "comment" syntax. Please let me know if there are any issues with it.
Thanks, and sorry for the late reply. VSCode theoretically supports filetype aliases but in practice, it doesn't work for some reason e.g. I can't add `csv (TAB)` alias to `TSV`...
Hi @mirije , I like your idea, but I don't think there is a way to do it using current VSCode API/features. If VSCode would support read-only mode ( microsoft/vscode#4873...
Hi @Yossit-sweetinn, Do you consistently see this high-cpu-load error, and if you do, when does it happen? Do you open VSCode editor at that moment or open a new file...
Actually it could be a good idea to split the main extension.js module into a multiple lazy-loaded components to improve startup performance. I will do it when I have more...
@Chiel92 I guess there are many things that could cause this, maybe interaction with other extensions? The only difference with plain text when it comes to scrolling is the presence...
@Chiel92 thank you for the investigation! Do I understand correctly that you have over 500 columns (i.e. > 500 separators for each line) in a CSV file? If this only...
I am actually already working on porting the extension in this branch: https://github.com/mechatroner/vscode_rainbow_csv/tree/webpack The main functionality worked with some minimal changes, and now I am trying to enable JS-based RBQL....