Giter Site home page Giter Site logo

Comments (18)

league1991 avatar league1991 commented on June 16, 2024 1

@aschekatihin That's expected. You can place the cursor on a function and press Alt+F, that will show the function in viewport.

from codeatlasvsix.

brannigan32 avatar brannigan32 commented on June 16, 2024

Hi. I got the same behavior with the blank screen and no error message. But even if I use ALT+F nothing happens. Also the "search" or "symbol" are complete empty. Is that also as expected?

from codeatlasvsix.

league1991 avatar league1991 commented on June 16, 2024

@brannigan32 That isn't expected... You can check if there is any file in "[solution folder] / CodeGraphData/Result_solution/xml" folder. If the answer is yes, that means the analysis process succeed. Otherwise, some errors occured when CodeGraph try to scan the projects. You can select some of them and use "Analyse Selected Projects" to isolate the problematic ones. If it's appropriate, you can also send your whole VS solution to me.

from codeatlasvsix.

brannigan32 avatar brannigan32 commented on June 16, 2024

Hi. Yes there are a bunch of files (mainly xml files) the folder xml. So it seems, that the analysis processed. But if I go to the souce code, mark a function and press ALT+f nothing happens. Any ideas? Thank you.

from codeatlasvsix.

league1991 avatar league1991 commented on June 16, 2024

@brannigan32 Open index.xml in that folder to see if the function you tried is in the list.
If not, the code file in which you tried Alt+F is probably not analysed. You can open "Advanced Configurations" (Actually it's doxywizard) and try to include that file.
If yes, you can try to search the function name directly on the "search" tab and see what will happen.

from codeatlasvsix.

brannigan32 avatar brannigan32 commented on June 16, 2024

Hi. Sorry for the late response. Actually I found out, that for some functions the graph is generated. However it seems to bo, that this is not the case for all functions. Is there any filter selecting the functions?

from codeatlasvsix.

ms22941 avatar ms22941 commented on June 16, 2024

Hi. I got the same probs as @brannigan32 . It seems the solution has been scanned, but pressing Alt-F or clicking the corresponding toolbar button leads to no reaction.
A lot of .xml were generated, don't know wether they are complete.
I'm using VS 2017 pro on a mainly c# solution.

from codeatlasvsix.

league1991 avatar league1991 commented on June 16, 2024

@brannigan32 Maybe some functions are in disabled macros. Try to define those macros in code graph.

from codeatlasvsix.

league1991 avatar league1991 commented on June 16, 2024

@ms22941 You can try to search those functions' name in xmls. If you find them, something wrong happened inside CodeGraph.

from codeatlasvsix.

ms22941 avatar ms22941 commented on June 16, 2024

from codeatlasvsix.

league1991 avatar league1991 commented on June 16, 2024

@ms22941 Is it possible for you to send the whole project to my e-mail, [email protected]? It will also be very helpful to send all the analysis result files under "CodeGraphData" folder to me. Then I can open your results and see what happened.

from codeatlasvsix.

ms22941 avatar ms22941 commented on June 16, 2024

Got it working finally! It looks like the reason why it did not work was an '&' in the name of the solution directory which lead to an error when parsing the xml... After removing the '&', recompiling (don't know wether thats really required) and re-analysing the solution Code Graph seems to work fine.

from codeatlasvsix.

league1991 avatar league1991 commented on June 16, 2024

@ms22941 Thanks for your reply. Recompiling is unnecessary. It seems to be doxygen's bug...

from codeatlasvsix.

weirdyang avatar weirdyang commented on June 16, 2024

Experiencing the same thing in vs2019

from codeatlasvsix.

league1991 avatar league1991 commented on June 16, 2024

@captmomo Can you use Alt+F to add functions?

from codeatlasvsix.

weirdyang avatar weirdyang commented on June 16, 2024

Hi
I figured it out.

To get it to work.

  1. Open code graph
  2. Set language to c#
  3. Click on analyse
  4. Alt f and the node appears

Only following this sequence made it work.

from codeatlasvsix.

league1991 avatar league1991 commented on June 16, 2024

You are right. You have to do it manually but I guess step 2 is unnecessary.

Thanks for your feedback, maybe I should update the UI message.

from codeatlasvsix.

league1991 avatar league1991 commented on June 16, 2024

from codeatlasvsix.

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.