intellij idea - File size exceeds configured limit (2560000), code insight features not available -


i trying work on large javascript file in jetbrains webstorm 8 , getting message @ top of editing window says:

file size exceeds configured limit (2560000). code insight features not available.

how can increase 'configured limit' access features?

in intellij 2016 , newer can change setting menu, edit custom properties (as commented @eggplantbr).

on older versions, there's no gui it. can change if edit intellij idea platform properties file:

#--------------------------------------------------------------------- # maximum file size (kilobytes) ide should provide code assistance for. # larger file slower editor works , higher overall system memory requirements # if code assistance enabled. remove property or set large number if need # code assistance files available regardless size. #--------------------------------------------------------------------- idea.max.intellisense.filesize=2500 

Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -