Vitalts / golangide

Automatically exported from code.google.com/p/golangide
0 stars 0 forks source link

Function request:open declaration,mark occurrences,template,in time compilation #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Not sure whether these are difficult to implement:

would you please add functions:

1,open declaration
when you select a variable or method,show it definition like this image shown

2,mark occurrences
highlight all occurrences of selected variable or method in current file.

3,template
use short characters as hint to input a block,like:define 
ifn==
if ==nil{
}

when user input: ifn,show blokc:if ==nil{} as suggestion in popup,then if user 
hit "enter",this block will be input automatically

4,In time compilation
  Use a ValueChangeEvent to fire compilation,any compilation error will be reported timely.

Original issue reported on code.google.com by Alexande...@gmail.com on 1 Aug 2012 at 11:31

Attachments: