Browse Source

Add note that we can reduce the size of the request and update a lot further

Ben Jackson 2 years ago
parent
commit
25bb6e4aa5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      python/ycm/inlay_hints.py

+ 2 - 0
python/ycm/inlay_hints.py

@@ -51,6 +51,8 @@ def Initialise():
 class InlayHints:
   """Stores the inlay hints state for a Vim buffer"""
 
+  # FIXME: Send a request per-disjoint range for this buffer rather than the
+  # maximal range. then collaate the results when all responses are returned
   def __init__( self, bufnr, user_options ):
     self._request = None
     self._bufnr = bufnr