We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5eca5 commit fe8192bCopy full SHA for fe8192b
fsharp-mode-completion.el
@@ -270,6 +270,9 @@ For indirect buffers return the truename of the base buffer."
270
(downcase (file-name-extension file)))))
271
272
(defun fsharp-ac--in-project-p (file)
273
+ "Return F# project file for source FILE.
274
+
275
+Return nil if FILE is not part of a F# project."
276
(gethash file fsharp-ac--project-files))
277
278
(defun fsharp-ac--reset ()
0 commit comments