Nathan Ridge

Results 1213 comments of Nathan Ridge

> ### Type Library? > > I need to use the types in this repository; is there a way to export and import these types in a way that makes...

> It would be possible to make the api package a subdirectory of this repo, but if possible I'd prefer to make a separate repo Could you elaborate on the...

Apologies, I forgot to reply to this. > So what I'd like to know is who should I reach out to, to publish an npm package and perhaps make a...

I think this would be a pretty neat enhancement to the current call hierarchy implementation (and would provide parity with Eclipse CDT as mentioned). I'm happy to provide code pointers...

> @HighCommander4 Do you have feedback or suggestions on how we should proceed with our proposal above? Here are my thoughts: * In cases where a set of projects are...

I tried this locally, and attached a debugger during the hang to get a stack trace. The stack trace shows us being in `clang::format::guessLanguage()`, which makes this another case of...

> That said, after some experimentation with the file I provided, it seems less likely that it's an issue of outright non-termination, but rather that the algorithm is susceptible to...

> I'm now thinking a better avenue would be to add some sort of guard against algorithmic blowup into the relevant clang-format code (whether a depth limit, or a maximum...

@esnosy Does adding the following to clangd config help? ```yaml InlayHints: Designators: No ``` Or are you looking to keep designator hints for struct member names, and just hide the...