Coder Social home page Coder Social logo

Comments (4)

izderadicka avatar izderadicka commented on July 25, 2024

Same question here - it would be nice if I can add additional libraries to auto-complete, ideally in same way that meaningfully integrates with OPAM

from ocaide.

nyash avatar nyash commented on July 25, 2024

+1 @izderadicka
Would love the same.

from ocaide.

jiamo avatar jiamo commented on July 25, 2024
(* Added by OPAM. *)
let () =
  try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH")
  with Not_found -> ()
;;
#use "topfind";;
#thread;;
#camlp4o;;
#require "core.top";;
#require "core.syntax";;

Can make ocaml work fine to use : open Core.Std
While the toplevel in ocaIDE meet error : Cannot find file topfind

from ocaide.

izderadicka avatar izderadicka commented on July 25, 2024

toplevel in OCAIde just needs to know correct env variables - if you start eclipse with this shell script it'll work:(replace path with correct directions on your system):

#!/bin/bash
# OPAM configuration
. /home/ivan/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
/opt/eclipse/eclipse $@ &

from ocaide.

Related Issues (16)

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.