paopaol

Results 5 comments of paopaol

the size of compile_commands.json is 574k. and the solution has 36 projects. it tooks 100s, and the cpu of visual studio 2015 is 45%.my cpu is i5-8250. A total of...

yes , for windows. ```cpp #ifdef WIN32 #ifdef MY_LIB #define MYLIBRARY_EXPORT __declspec(dllexport) #else #define MYLIBRARY_EXPORT __declspec(dllimport) #endif #else #define MYLIBRARY_EXPORT #endif class MYLIBRARY_EXPORT MyClass{ void test(); }; ```

the same, ` warning: /root/.cache/cppman/manindex/index.db: ignoring bogus filename`.but when i remove this index.db, rerun mandb, then works ok

neovim version ```text NVIM v0.11.0-dev-951+gc4762b3097 Build type: Release LuaJIT 2.1.1727870382 ``` nvim-web-devicons version ```text commit 19d257c ``` visual_studio_code setup ```lua require("visual_studio_code").setup({ mode = "dark" }) ```