Code Monkey home page Code Monkey logo

Comments (7)

Amleto avatar Amleto commented on July 30, 2024 1

Yes, works great. Thanks for the extension!

from cmake-tools.nvim.

Civitasv avatar Civitasv commented on July 30, 2024

@hfn92 can you see it

from cmake-tools.nvim.

hfn92 avatar hfn92 commented on July 30, 2024

can you upload the contens of ./cmake/api ? the whole project would be even better of course

from cmake-tools.nvim.

hfn92 avatar hfn92 commented on July 30, 2024

Still I think this should fix it #110
But would be good to know what the cmake api response looks like

from cmake-tools.nvim.

Amleto avatar Amleto commented on July 30, 2024

can you upload the contens of ./cmake/api ? the whole project would be even better of course

I'm sorry, I don't know what that refers to.

My test repo is just 3 files at top level:

CMakeLists.txt
main.cpp:

#include <algorithm>
#include <iostream>
#include <list>
#include <string>
#include <vcruntime.h>
#include <vector>

#include "other_type.h"

//  help string
auto foo(int a, char y, size_t sz) -> std::list<int> {
    std::list<int> xxx;
    xxx.clear();
    return xxx;
}

int main() {

    std::cout << "hello\n";

    tempT<int> tt;
    tt.y = 1;

    auto l = foo(0, 'y', 9);
    auto l1 = foo;

    std::vector<int> is{1,2,3};
    is.pop_back();


    //std::transform()

    std::cin.get();

  return 0;

}

other_type.h:

#pragma once

class other_type {
public:
    int get_int() { return 2; }    
            
};

template<typename T>
class tempT {
    public:
        T t;
};

from cmake-tools.nvim.

Amleto avatar Amleto commented on July 30, 2024

ah, ok. I have seen the dir.

Here is a gist of the reply.

There are two zero-byte files in the query dir.

image

from cmake-tools.nvim.

hfn92 avatar hfn92 commented on July 30, 2024

Ah, I see some of the visual studio specific targets were causing issues. Thanks

Btw does the fix work?

from cmake-tools.nvim.

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.