CodeMirror and Me
Work progress has been slow this week as I spent my time learning about the code completion feature in the code editor. The previous intern has done some work on it with basic functions. However, there is much to be done until it becomes fully operable and up to my boss’ expectation. Starting with Clang I started with examining the clang code-completion which was implemented. It’s amazing to see how it works by returning related keywords from the C++ library. Read more