Skip to main content

Questions tagged [ide]

0 votes
1 answer
69 views

I have following in the settings file: (setq elpy-project-root "~/Development") But it doesn't work. I have to explicitly from within emacs have to call elpy-set-project-root which works. ...
Kabira K's user avatar
  • 105
1 vote
1 answer
3k views

I'm trying to switch to Emacs for all my text-related tasks. I've set up org-mode for note-taking, but configuring it as a programming tool is overwhelming. I am aware of many questions here that ask ...
bilgin's user avatar
  • 11
2 votes
1 answer
120 views

For my current project I have been trying to configure it so I don't need to explicitly type compile and debug commands each time I start a new emacs session. In my .dir-locals.el file I have: ((nil . ...
James Snook's user avatar
0 votes
1 answer
884 views

I checked the elpy site but came across an error where the package cannot be found? I am new to emacs and need a little help reading the error message. The specific code in the init file I tried to ...
Ranon's user avatar
  • 1
1 vote
1 answer
219 views

I am trying to install this package called js2-mode. This is part of my effort to follow this tutorial. Package documentation and tutorial are using classic installation via package-install as follows:...
Pedro Delfino's user avatar
0 votes
2 answers
373 views

I would like to have an overview of all functions/methods/classes/namespaces defined within the currently open file (.cpp or .h). Just like this is the case in VSCode and in Intellij (called "...
Denis's user avatar
  • 153
0 votes
1 answer
76 views

I am new to Clojure and I am using one of Eirc Normad's course to learn. After following the instructions, I do a git clone of: git clone https://github.com/lispcast/introduction-to-clojure.git ...
Pedro Delfino's user avatar
0 votes
1 answer
282 views

I am trying to migrate from GoLand to Emacs as my primary IDE for working with Go. I've gone through the standard advice online: company-go, go-mode, lsp, all that stuff. It was hell, it took forever, ...
Oscar Rosenwald's user avatar

15 30 50 per page