Replies: 16 comments
-
I found out Visual Code give you something about declarations and someties the competion of that thing so it is kind of okay but still not Visual Studio good |
Beta Was this translation helpful? Give feedback.
-
Visual studio code has an excellent support for c++ intellisense
Other alternative are Eclipse, Kdevelop etc.
Il Gio 21 Mar 2019, 10:18 WiiZZy <[email protected]> ha scritto:
… I found out Visual Code give you something about declarations and someties
the competion of that thing so it is kind of okay but still not Visual
Studio good
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/azerothcore/forum/issues/13#issuecomment-475158188>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAI-lPH0nndw9ssQl05_C8JXRuyxrCKfks5vY05lgaJpZM4cAuB0>
.
|
Beta Was this translation helpful? Give feedback.
-
EDIT: |
Beta Was this translation helpful? Give feedback.
-
@wizzymore excellent question. I'm a GNU/Linux user too and struggled exactly with the same problem when it comes to AC development. I solved using CLion, which is a great IDE and it's multiplatform (so available also for GNU/Linux and macOS systems): https://www.jetbrains.com/clion/ The only problem is that CLion is not free, but we got free open source licenses for AzerothCore. You can find more info here: https://github.com/azerothcore/forum/issues/4 Visual Studio Code is also very good, but for C++ is not as good as CLion. |
Beta Was this translation helpful? Give feedback.
-
I'll give a shot to CLion, i will come with an edit for feedback |
Beta Was this translation helpful? Give feedback.
-
@wizzymore have a look at: https://stackoverflow.com/questions/tagged/azerothcore+clion you can find some useful information there |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@wizzymore I don't have my CLion setup with me at the moment so I'm not sure how to help you. However, is it only about that declaration or any code navigation is not working for you? For me they usually work fine. Have you tried invalidate cache and restart CLion? (File -> ** Invalidate Cache / Restart **). I think this specific discussion (about how to solve this issue) should be moved to a separate thread (ideally on stackoverflow). |
Beta Was this translation helpful? Give feedback.
-
No, i found the fix. It seems like with the current CMake clang 7 is broken. It couldn't import the include files. Purged clang-7 and installed clang-6.0 fixed the problem, seems to work with this too: |
Beta Was this translation helpful? Give feedback.
-
Let's move to discord to stop spamming, i will make a new thread here on foruming talking about the IDE and wich is good for what and how to setup them. |
Beta Was this translation helpful? Give feedback.
-
this should be reported as a bug |
Beta Was this translation helpful? Give feedback.
-
I personally use Sublimetext but it's not exactly an IDE |
Beta Was this translation helpful? Give feedback.
-
I'm using Qt Creator in linux.. |
Beta Was this translation helpful? Give feedback.
-
@Psilovybin is it straightforward to setup an AC development environment on Qt Creator? It would be nice if you could document the setup procedure, for example like I did with CLion : https://stackoverflow.com/questions/54206799/how-to-run-and-debug-azerothcore-using-clion |
Beta Was this translation helpful? Give feedback.
-
Taking a look back at this conversation after two years, my god how much I've grown over the years. Thanks so much guys for the start of my carrier, i learned a lot with you. |
Beta Was this translation helpful? Give feedback.
-
I don't know if it is the correct word, but how can you get the completion data or an IDE to check for errors like Visual Studio on Linux? I don't care that much about showing errors, but autocompletion would be something really really nice
Beta Was this translation helpful? Give feedback.
All reactions