RubyMine Configuration Autocomplete

0

Hello

I need to configure my IDE so that autocomplete functions are effective.

When I ask for user input for example, IDE does not provide similar functions to complete, it only suggests variables already in the code.

EX:

  

= begin The suggested words for this function after gets. are:
  gets.class, gets.clone etc. But no gets.chomp (). The program runs   I usually do not know what might be happening.   = end

name_user = gets.chomp
    
asked by anonymous 30.08.2018 / 19:59

0 answers