AlexHaxe

Results 90 comments of AlexHaxe

parts of your request are already available: if your cursor selection includes multiple instances of e.g. single quote issues then invoking a quick fix will apply to all of them...

I'm not really familiar with debugging features and I'm not convinced there is enough information to work on a solution. I don't use hashlink a lot, but I can't remember...

depends on #170 even with multi-root support rename support would probably be limited to each project, because you would have one languageserver per project.

well, most people use submodules (git) or externals (subversion) to pull those libraries into your project folder, so your workspace technically only holds one project. and when configured correctly you...

I think that is something that is up to individual test-adapters, because test explorer already supports it (if adapters care to use it). e.g I added support for it in...

that's something Python test adapter needs to implement. there is an open issue with some progress: https://github.com/kondratyev-nv/vscode-python-test-adapter/issues/155. you might want to join their discussion.

vscode-test-explorer is a generic test visualising UI. it doesn't know anything about specific test frameworks. to learn about test suites and cases for different languages it relies on test adapters....

Can there be an option to keep the solid ones? Because I think they are much easier to spot, especially if you have a large number of tests and you...

I don't think mixing styles makes much sense, so they should be either solid or outlined.