Nicolas Carlo
Nicolas Carlo
## Describe the bug > I placed cursor in course home task file on the beginning of let variable declaration that should be converted to const. And on the first...
See https://github.com/nicoespeon/abracadabra/issues/415 for context We had to disable the Action Provider for this refactoring because it would cause VS Code to hang. The thing is: - creating a new TS...
Current behavior is very basic. It works for simple cases. I found myself trying to inline functions sometimes. Most of the time, the refactoring can't be executed. It would be...
### Discussed in https://github.com/nicoespeon/abracadabra/discussions/339 Originally posted by **mick62** July 9, 2021 Hi, another useful (and needed) refactoring is the change from: ```js class A { getProp(): Y { return expr...
#173 implemented a new refactoring: Extract Class This has been ported from a very different extension. So code doesn't look like an Abracadabra refactoring. It works fine for the end...
Hi everyone! I just became dad few days ago π πΌ Thus, it became clear to me that I need to focus my energy and **limit the number of project...
I love that [Term Sheets](https://term-sheets.neat.software/) provides an online playground on their website, so you can actually use the tool without installing anything. π I'd like to do the same on...
Tags are currently not rendered in horizontal mode. It could be a nice info to have though.  But I'm not quite sure what it should look like. Horizontal mode...
As mentioned in #301, a more intuitive usage of the `.commit()` options API would be to have a `message` attribute instead of `subject` and `body`. https://github.com/nicoespeon/gitgraph.js/blob/4f85de4702881326520a1efcd11a221835eb9031/packages/gitgraph-core/src/user-api/gitgraph-user-api.ts#L20-L23 Proposed changes: ```diff interface...