Git Product home page Git Product logo

Comments (2)

waruqi avatar waruqi commented on May 27, 2024

集成了package,编译的项目里面,不是package includedirs都带进去了么。。那么安装package之后,生成的 compile_commands.json 里面应该也是有 package includedirs的。。

比如我这:-I/Users/ruki/.xmake/packages/l/luaj it/2.1.0-beta3/d31cb26efe584bfab3db002ca62988af/include/luajit

{
  "directory": "/Users/ruki/share/testdll",
  "arguments": ["/usr/local/bin/ccache", "/usr/bin/xcrun", "-sdk", "macosx", "clang", "-c", "-f
visibility=hidden", "-fvisibility-inlines-hidden", "-O3", "-I/Users/ruki/.xmake/packages/l/luaj
it/2.1.0-beta3/d31cb26efe584bfab3db002ca62988af/include/luajit", "-Qunused-arguments", "-arch",
 "x86_64", "-mmacosx-version-min=10.14", "-isysroot", "/Applications/Xcode.app/Contents/Develop
er/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk", "-o", "build/.objs/testdll/macosx
/x86_64/release/src/main.cpp.o", "src/main.cpp"],
  "file": "src/main.cpp"
},

这个插件已经对接了 intellisense / compile_commands(具体见 #40 ),怎么会不支持呢?

from xmake-vscode.

b1060t avatar b1060t commented on May 27, 2024

确实看见includedirs了,可能是我这插件配置有问题,我再看一下看

from xmake-vscode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.