|
|
|
|
|
by forrestthewoods
3678 days ago
|
|
I very much want something like this. I'm skeptical as to how useful it will be on large projects. Every project I've ever worked in Visual Studio intelligence has eventually died. I have no hope this would work. But oh how I wish it to be true! :) I wonder if a Sublime plugin could piggyback Visual Studio generated data. I believe VS now has the ability to compile via clang. Could you let VS manage all compilation and projects and dependencies? Use PDBs or some such to generate sublime intellisense? I've no idea. But something along those lines seems like it would be most likely to work. |
|
Regardless, clang just uses the headers - at least that's the story with clang-autocomplete. It seems to parse them much faster than VS does, so reusing the VS cache me might cause perf impediments.