Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open sublime text editor into eclipse

Is there a way to open the Sublime Text Editor into Eclipse to edit HTML, JavaScript and CSS?

The idea is to use only the Text Editor without project explorer.

If this isn't possible, is there a plugin that does what I said?

like image 951
Andrea Catania Avatar asked May 19 '14 10:05

Andrea Catania


People also ask

How do I change the default text editor in Eclipse?

Tip. You can set which Eclipse editor or external program to use to open a specific type of file based on its file extension. Just select Window→ Preferences→ Workbench→ File Associations, select the file type, and associate an editor or program with it (if nothing else, you can use Eclipse's default text editor).

Can you use Sublime Text as an IDE?

Sublime can be used on Linux, Windows and Mac as an IDE for developing Chromium. Here's what works: Editing code works well (especially if you're used to it and get used to the shortcuts). Navigating around the code works well.

How do I run Sublime Text editor?

To run code in Sublime Text, go to Tools > Build System, and select the language for your code (Sublime comes with support for various languages like Python, Ruby, Bash, and more). Next, press Cmd+B on Mac or Ctrl+B on Windows to run your code.


1 Answers

I would have just left this as a comment but I can't. First off, why is using the project explorer a problem?

Next, I know with Sublime Text 2 & 3 you have the ability to view/edit a file in two places simultaneously, just go File > New View into File. In Eclipse you can go Window > New Window. Alternatively you can import a project/file into eclipse or sublime. Either of these will bring in the project explorer (unless you import one file or something).

like image 177
Chris Avatar answered Nov 03 '22 15:11

Chris