grokky1

Results 5 issues of grokky1

When a comment is inside a tag then it is removed. As intended. Problem1: When a comment is not inside a tag then it is not removed. Problem2: When a...

I hate crazy long and confusing relative paths like: `let customer = require(../../../../foo/bar/baz/customer);` So I use absolute paths instead: `let customer = require.main.require(./public/foo/bar/baz/customer);` But that doesn't work. Is this supported?

Just installed this extension in VS2017. I have two VS windows open, each with multiple tabs. The rebracer xml file is not open. Every time I click "Save All" it...

If you have one or more windows, and any of them have vertical/horizontal tab groups, then you can save the tabs, but not restore them. I guess the extension doesn't...

If a tab is not of a file in the solution, it won't get restored. Only files within the solution are restored.