Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

629
Views
Is there a "light version" IntelliJ IDEA to edit files WITHOUT a project?

ItelliJ IDEA can be called from command line on a single file - as described in here:

  • Running IntelliJ IDEA as a Diff or Merge Command Line Tool
  • Intellij like Text Editor (which BTW does not answer my question!)

However, it seems that you have to provide IntelliJ with a project, as described here:

  • Opening Files from Command Line

In the command line, type the following:

[IntelliJ IDEA] [path1] --line [number] [path2]

where:

[IntelliJ IDEA] is the platform-specific product launcher
[path1] is the path to the project that contains the desired file
[number] is the number of the line, where the caret should rest
[path2] is the path to the file to be opened

Is there a way of using a "light version" of IntelliJ IDEA as a pure file editor, without a project?

IntelliJ IDEA is especially good editor for some file types, such as Java, XML, HTML, ... I'd like to associate it with these types and use it from Total Commander, but currently Idea opens too slowly with all the project overhead. And I sometimes need to edit files across the projects.

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

UPDATE: It's now supported using the LightEdit mode.


Original answer:

It's not possible at the moment, there is a related request (created 11 Dec 2010), you can vote for:

  • IDEABKL-5939 using IDEA as a general-purpose text editor
over 4 years ago · Santiago Trujillo Report

0

Since IntelliJ IDEA 2020.1, there is LightEdit Mode. It's really light :)

LightEdit mode lets you use IntelliJ IDEA’s text editing features without creating or opening a dedicated project. In LightEdit mode, a file is opened in a separate editor window which may coexist with other (project) windows.

The mode has certain limitations: it offers simpler code completion (or sometimes none at all), no code inspections, only basic code highlighting that doesn’t require sophisticated code analysis, and so on. But if you just need to open a single file, make a few changes, and save, LightEdit is the quickest way to do it, and you don’t have to use a third-party editor either.

over 4 years ago · Santiago Trujillo Report

0

The upcoming JetBrains Fleet editor should fit the bill, when it is eventually released (probably some time in 2022). LSP is probably the greatest recent invention in the area of programmer tooling. I'm glad Microsoft spearheaded it sufficiently and it is now seeing adoption from JetBrains.

In the meantime, there is LightEdit mode, or simply switch to some other editor for the task.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!