I like to download some source code off and on and to explore it. Usually I used Eclipse to work in a project if it takes a long time. But for quick source code explorations creating a project every time I download smth and explore it seems to be overkill. Is there some convenient alternative to Eclipse/Project explorer on Linux where I can browse a few folders of downloaded repo and quickly look inside some files?
feedback
|
closed as not constructive by Yannis Rizos♦, Glenn Nelson, Robert Harvey, dietbuddha, Matthieu Jan 29 at 19:58
This question is not a good fit to our Q&A; format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
Learn and use Vim. Once you have the hang of it, nothing beats it for handling code. | |||
feedback
|
Komodo Edit is a nice tool. It's somewhat more than an editor with highlighting but it's less than an IDE. It starts up really fast and you can browse folders or create projects if you wish. It also has some nice language features, autocomplete and other stuff. | |||
feedback
|
For just looking at the file, open a terminal and use the When I actually want editor features, pressing "v" within | |||
feedback
|
Obviously, | ||||
feedback
|
Obviously, | |||||||||||||||||
feedback
|