Nick Heilmann
Nick Heilmann
I'm not a typescript expert, nor have I ever created a VS Code extension, so I'm not familiar with the process of compiling this repository into a usable extension. That...
Another possibility: What if, in the settings, we could specify replacement pairs, e.g. `{ replace: "Public", with: "Private" }` And each of the requested replacements would be applied when searching...
Alright, I toyed around with it a bit last night and this morning, and have submitted a pull request: https://github.com/amir9480/vscode-cpp-helper/pull/70
I've noticed something similar when creating implementations of functions around #pragma regions.
In my Unreal project, I've got files that look like this: C:\BaseFolder\Unreal\GameName\Source\GameName\Private\SomeFolder\SomeOtherFolder\MyFile.cpp C:\BaseFolder\Unreal\GameName\Source\GameName\Public\SomeFolder\SomeOtherFolder\MyFile.h Doing a bit of experimentation, I've figured out that I can get it to work by using...
I noticed this happening when attempting to create an implementation and the source file can't be found/created. For me, it broke the Vim plugin and basically just ignored all my...