Pawel "l0ner" Soltys
Pawel "l0ner" Soltys
> > Advise: would it make sense to also include something like `%F` for obtaining the full, unsplitted name? > > Can you provide a sample for my understanding? 🤗...
I have added the `%F` field containing fully qualified caller name. Test should be good, but please review, I've tried my best to add all possible permutations.
> Anyway, I have also edited your original post with a table for clarity. Feel free to correct it if it's wrong. It's good. No need for changes.
Great to see this merged! Can't wait the see this available on npm so I can use it in my work.
Adding `files.associations` to workspace settings fixed the issue. No, no one in C++ includes the file `.hpp.in`, as it is a template which CMake will use to generate (through `configure_file`)...
That would be great, setting `files.associations` in settings feels more like workaround than a solution. Ideally would be using whatever configuration provider the language is says and using it for...
Just tried this and adding both files to add_executable also solves the issue.
Yeah, I only played english-patched Tomoyo After for now. Do you have a ppa for developement versions for Ubuntu? I'd like to test this.
I have the same problem: Steps to reproduce: 1. Install `class-transformer` 2. Try to use it ```TypeScript import { deserializeArray, deserialize } from 'class-transformer'; class AClass { foo: number =...
JSDoc does not generate documentation for functions and classes exported as default ES module export
CKEditor has in theri jsdoc plugins a hacky way that fixes this by replacing all `export default*` and `export class` in the source before it gets parsed: https://github.com/ckeditor/ckeditor5-dev/blob/master/packages/jsdoc-plugins/lib/export-fixer/export-fixer.js