Giter Club home page Giter Club logo

Comments (1)

mchakravarty avatar mchakravarty commented on August 28, 2024

Let me address the points in turn:

  • Syntax highlighting: Xcode uses a two-phase system. There is the basic syntax highlighting that you'll get right away, and then (with a little delay), you get additional (semantic) highlighting that —I assume— is powered by information from SourceKit. The editor view itself can only do the basic syntactic part, as the rest requires information from a more sophisticated source code analysis (what SourceKit does). My plan is definitely for CodeEditorView also to be able to make use of additional semantic information (like the information provided by SourceKit or LSP), but that isn't implemented yet. This will need a design and one big question is how to represent that information. Make plan so far was to go with what LSP does, but I am open to better ideas.
  • The font issues should in the end all be configurable to keep CodeEditorView flexible. I think that will be quite easy to do. On the first go, I simply hardcoded some of these things, because that gave me a faster turnaround. There is already support for themes and these configuration details should probably go there.
  • Re message styling, we have #3.

from codeeditorview.

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.