You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if recognized top level declarations would be autolinked in the method signature. For example, in Realm docs, the following would be become hyperlinks:
The text was updated successfully, but these errors were encountered:
Perhaps we could just simply apply autolinking to all declarations?
Easy fix idea: as declarations are passed through the highlighter, we could reuse the highlighter tokenization and simply match-and-replace recognized top level declarations inside various <span>s emmited by the highlighter?
It would be nice if recognized top level declarations would be autolinked in the method signature. For example, in Realm docs, the following would be become hyperlinks:
The text was updated successfully, but these errors were encountered: