Stepan Burguchev

Results 9 comments of Stepan Burguchev

Hello Daniel! The built-in extensions shouldn't play any role since this extension uses its own parser. Among the possible reason I would see: - The file contains code that the...

Actually, most of the code actions provided by this extension (all of them except one) are activated by the position of the cursor, not by selecting a code fragment. Normally...

There are two kinds of code mods supported: global and cursor-based. The global code mods are accessible through the "Run global code action" command, while cursor-based will appear in the...

Hi, I'm not sure how exactly nested languages are implemented in VSCode but it's definitely not a trivial task at the moment. I need to do some additional research into...

Hey @enzoclock, Thanks for the idea! I wonder, what would be the use case for this action in JavaScript/TypeScript code? I would expect most people to use [Prettier](https://prettier.io/) for automated...

Hi @maricn, That's a good idea for a refactoring! I need however to do some additional research to see what would be the best place to implement this feature. This...

Thank you for reporting the issue. It's clearly an uncovered scenario that should be fixed. In general, JavaScript Booster uses Babel to manipulate code, which prevents syntax errors but cannot...

Hi @dahannes, @toomuchdesign I can clearly see what you are trying to achieve here but unfortunately, the limitations of current typings do not allow us to do it. First of...

@dahannes, that's one of the issues and also the reason why I normally redefine the type of the resulting selector explicitly, so that I have meaningful names. Sadly, the more...